5.2 release

This commit is contained in:
2023-11-11 15:10:31 +00:00
parent c8855c2a57
commit e136c11f27
7 changed files with 6 additions and 146 deletions
@@ -1,7 +1,2 @@
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.Linediscount.txt} WHERE name = 'script.Linediscount';
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.Totaldiscount.txt} WHERE name = 'script.Totaldiscount';
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.multibuy.txt} WHERE name = 'script.multibuy';
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/Printer.Ticket.xml} WHERE name = 'Printer.Ticket';
UPDATE applications SET version = $APP_VERSION{} WHERE id = $APP_ID{};