change split bill equal person flow

This commit is contained in:
phyusin
2018-02-21 18:24:04 +06:30
parent d991a9f0ee
commit e2903075b2
11 changed files with 52 additions and 149 deletions

View File

@@ -24,6 +24,7 @@ class CreateSales < ActiveRecord::Migration[5.1]
t.integer :shift_sale_id
t.decimal :old_grand_total
t.string :rebate_status
t.integer :equal_persons
t.timestamps
end
end