Fix error in upgrade script (#1477)

This commit is contained in:
jekkos
2017-08-16 22:55:09 +02:00
parent ffc7b10b3c
commit 767b0d293b

View File

@@ -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`