added comment to ticket 1325855378_revisioning-for-company-information_561

This commit is contained in:
Paul van Tilburg 2012-01-09 15:50:51 +01:00
parent 87c1643d0b
commit 5d38ef503d

View file

@ -0,0 +1,10 @@
commit 016cb0b21d4eff4b92c25775d01ab05c7457f57a
Author: Paul van Tilburg <paul@mozcode.nl>
Date: Mon Jan 9 15:48:20 2012 +0100
Added company info revisioning in the models (refs: #ba1a26)
* Extended CompanyInfo with an "original" association with the previous
revision (in case revisions can be removed in the future).
* Created a belongs_to relation of Invoice with CompanyInfo and an
has_many reverse relation.