2023-05-18 15:54:44 +01:00
|
|
|
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.Linediscount.txt} WHERE name = 'script.Linediscount';
|
2023-04-06 18:58:04 +01:00
|
|
|
COMMIT;
|
|
|
|
|
|
2023-05-18 15:54:44 +01:00
|
|
|
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.Totaldiscount.txt} WHERE name = 'script.Totaldiscount';
|
2023-04-06 18:58:04 +01:00
|
|
|
COMMIT;
|
|
|
|
|
|
2023-05-18 15:54:44 +01:00
|
|
|
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.multibuy.txt} WHERE name = 'script.multibuy';
|
2023-04-06 18:58:04 +01:00
|
|
|
COMMIT;
|
|
|
|
|
|
2023-05-18 15:54:44 +01:00
|
|
|
UPDATE applications SET version = $APP_VERSION{} WHERE id = $APP_ID{};
|
2023-04-06 18:58:04 +01:00
|
|
|
COMMIT;
|