mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-18 14:48:42 -05:00
Remove empty check for item_id and quantity_id when saving item_quantities
Add configuration key to database script
This commit is contained in:
@@ -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', '');
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user