diff --git a/database/2.3_to_2.3.1.sql b/database/2.3_to_2.3.1.sql index 2ba636e83..0fa850e1d 100644 --- a/database/2.3_to_2.3.1.sql +++ b/database/2.3_to_2.3.1.sql @@ -81,7 +81,7 @@ INSERT INTO `ospos_grants` (`permission_id`, `person_id`) VALUES INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('tax_included', '0'), ('recv_invoice_format', '$CO'), -('sales_invoice_format', '$CO'), +('sales_invoice_format', '$CO'); -- add invoice_number column to receivings table ALTER TABLE `ospos_receivings`