Remove empty check for item_id and quantity_id when saving item_quantities

Add configuration key to database script
This commit is contained in:
jekkos-t520
2014-10-07 08:27:31 +02:00
parent 97ff190ba5
commit a1eb735d96
3 changed files with 5 additions and 3 deletions

View File

@@ -37,7 +37,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('return_policy', 'Test'),
('timezone', 'America/New_York'),
('website', ''),
('tax_included', '0');
('tax_included', '0'),
('recv_invoice_format', '');
-- --------------------------------------------------------