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. -> Integrating from http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=revision&revision=11905 IDEMPIERE-61
This commit is contained in:
parent
40177e56e5
commit
8a8431366b
|
@ -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,3 @@
|
||||||
|
-- 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