Compare commits
4 Commits
2234f32e68
...
5.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 4bb441ffe0 | |||
| 725fdabc5e | |||
| 28e29a2396 | |||
| 22236cc1a0 |
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<groupId>com.unicenta</groupId>
|
<groupId>com.unicenta</groupId>
|
||||||
<artifactId>unicentaopos</artifactId>
|
<artifactId>unicentaopos</artifactId>
|
||||||
<version>5.0</version>
|
<version>5.0.1</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|||||||
@@ -44,6 +44,14 @@ COMMIT;
|
|||||||
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/customer.updated.xml} WHERE name = 'Customer.Updated';
|
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/customer.updated.xml} WHERE name = 'Customer.Updated';
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.Linediscount.txt} WHERE name = 'script.Linediscount';
|
||||||
|
COMMIT;
|
||||||
|
|
||||||
|
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.Totaldiscount.txt} WHERE name = 'script.Totaldiscount';
|
||||||
|
COMMIT;
|
||||||
|
|
||||||
|
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.multibuy.txt} WHERE name = 'script.multibuy';
|
||||||
|
COMMIT;
|
||||||
|
|
||||||
-- ROLES
|
-- ROLES
|
||||||
DELETE FROM roles WHERE id = '0';
|
DELETE FROM roles WHERE id = '0';
|
||||||
|
|||||||
Reference in New Issue
Block a user