update addorder and show_account_info add shops

This commit is contained in:
Aung Myo
2017-11-22 16:49:34 +06:30
parent d3ceba0a7a
commit fafd6df5e1
5 changed files with 13 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ class CreateShops < ActiveRecord::Migration[5.1]
t.boolean :is_rounding_adj, :default => false
t.boolean :quick_sale_summary, :default => false
t.boolean :calc_tax_order, :default => false
t.boolean :show_account_info, :default => true
t.timestamps
end
end