add receive screen, quantities for model, redistribution
This commit is contained in:
parent
ed9a6cca39
commit
bd1b932775
17 changed files with 365 additions and 49 deletions
|
|
@ -0,0 +1,6 @@
|
|||
class AddQuantitiesToOrderArticle < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :order_articles, :units_billed, :integer
|
||||
add_column :order_articles, :units_received, :integer
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue