remove sales tax
This commit is contained in:
1
migrations/rename-external-to-paid.sql
Normal file
1
migrations/rename-external-to-paid.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE sales_tax_periods SET status = 'paid' WHERE status = 'external';
|
||||
Reference in New Issue
Block a user