mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
Added enable invoice checkbox
This commit is contained in:
@@ -39,7 +39,10 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('website', ''),
|
||||
('recv_invoice_format', ''),
|
||||
('sales_invoice_format', ''),
|
||||
('tax_included', '0');
|
||||
('tax_included', '0'),
|
||||
('recv_invoice_enable', '1'),
|
||||
('sales_invoice_enable', '1');
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user