mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-31 06:31:41 +00:00
Admin can set enterprises to charge or not charge sales tax
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddChargesSalesTaxToEnterprises < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :enterprises, :charges_sales_tax, :boolean, null: false, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user