Various fixes for comments for quotes, work orders, and invoices

This commit is contained in:
Steve Ireland
2018-02-22 22:48:10 -05:00
committed by FrancescoUK
parent 563fcf2385
commit 3dbc124f62
13 changed files with 147 additions and 122 deletions

View File

@@ -118,7 +118,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('suggestions_first_column', 'name'),
('suggestions_second_column', ''),
('suggestions_third_column', ''),
('allow_duplicate_barcodes', '0');
('allow_duplicate_barcodes', '0'),
('quote_default_comments', 'This is a default quote comment');
-- --------------------------------------------------------