Refactor debit and credit registrar to include pricelist id #2741

This commit is contained in:
Martin Lensment 2015-07-13 17:39:54 +03:00
parent 9fd38f161a
commit 75a6c27221
11 changed files with 80 additions and 123 deletions

View file

@ -0,0 +1,5 @@
class AddLogPricelistIdToAccountActivity < ActiveRecord::Migration
def change
add_column :account_activities, :log_pricelist_id, :integer
end
end