This will fix the issue with the PHP error when adding a new item kit. It also initializes the line_sequence config option.

This commit is contained in:
Steve Ireland
2017-02-02 23:25:04 -05:00
parent e7cbacaae6
commit 4cda5343aa
4 changed files with 6 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('receipt_show_description', '1'),
('receipt_show_serialnumber', '1'),
('invoice_enable', '1'),
('line_sequence', '0'),
('recv_invoice_format', '$CO'),
('sales_invoice_format', '$CO'),
('invoice_email_message', 'Dear $CU, In attachment the receipt for sale $INV'),