Item refresh fix for issue #42

Invoice number in email message are denoted with $INV
Sale id's in email message are denoted with POS $sale_id
This commit is contained in:
jekkos
2015-03-17 17:41:12 +01:00
parent cae9d3b67e
commit ca2c9a6ae4
4 changed files with 14 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('barcode_page_cellspacing', '20'),
('receipt_show_taxes', '0'),
('use_invoice_template', '1'),
('invoice_email_message', 'Dear $CU, In attachment the receipt for sale $CO'),
('invoice_email_message', 'Dear $CU, In attachment the receipt for sale $INV'),
('print_silently', '1'),
('print_header', '0'),
('print_footer', '0'),