sales tax 2.
This commit is contained in:
2
migrations/add-sales-tax-periods-status.sql
Normal file
2
migrations/add-sales-tax-periods-status.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE sales_tax_periods ADD COLUMN status VARCHAR(20) DEFAULT 'open';
|
||||
UPDATE sales_tax_periods SET status = 'booked' WHERE qbo_journal_entry_id IS NOT NULL;
|
||||
Reference in New Issue
Block a user