Commit ab92eb9c authored by Frank Bergmann's avatar Frank Bergmann

- changed names of default templates to invoice.xx.adp and quote.xx.adp

parent 3a69da14
......@@ -116,8 +116,10 @@ VALUES (3505,'Amortized','Intranet Investment Status','No remaining book value')
-- Cost Templates
delete from im_categories where category_id >= 900 and category_id < 1000;
INSERT INTO im_categories VALUES (900,'invoice-english.adp','','Intranet Cost Template','category','t','f');
INSERT INTO im_categories VALUES (902,'invoice-spanish.adp','','Intranet Cost Template','category','t','f');
INSERT INTO im_categories VALUES (900,'invoice.en.adp','','Intranet Cost Template','category','t','f');
INSERT INTO im_categories VALUES (902,'invoice.es.adp','','Intranet Cost Template','category','t','f');
INSERT INTO im_categories VALUES (904,'quote.en.adp','','Intranet Cost Template','category','t','f');
INSERT INTO im_categories VALUES (906,'quote.es.adp','','Intranet Cost Template','category','t','f');
-- reserved until 999
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment