In payment selection you can select draft invoice
This commit is contained in:
parent
70c37297cc
commit
0ea4118ec3
|
@ -0,0 +1,5 @@
|
||||||
|
-- Aug 13, 2009 10:03:11 PM ECT
|
||||||
|
-- In payment selection you can select draft invoice http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2837300&group_id=176962
|
||||||
|
UPDATE AD_Column SET AD_Val_Rule_ID=220,Updated=TO_DATE('2009-08-13 22:03:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=5639
|
||||||
|
;
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
-- Aug 13, 2009 10:03:11 PM ECT
|
||||||
|
-- In payment selection you can select draft invoice http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2837300&group_id=176962
|
||||||
|
UPDATE AD_Column SET AD_Val_Rule_ID=220,Updated=TO_TIMESTAMP('2009-08-13 22:03:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=5639
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue