FR [2979756] - Touchscreen friendly POS
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2979756&group_id=176962 Now GardenWrold should work with the new Java POS.
This commit is contained in:
parent
29711f727c
commit
fc14e5201c
|
@ -0,0 +1,4 @@
|
|||
-- Apr 7, 2010 11:08:21 AM CEST
|
||||
UPDATE C_POS SET C_BankAccount_ID=100,Updated=TO_DATE('2010-04-07 11:08:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_POS_ID=100
|
||||
;
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
-- Apr 7, 2010 11:08:21 AM CEST
|
||||
UPDATE C_POS SET C_BankAccount_ID=100,Updated=TO_TIMESTAMP('2010-04-07 11:08:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_POS_ID=100
|
||||
;
|
||||
|
Loading…
Reference in New Issue