BF: Proper WHERE clause in Payment window.
This commit is contained in:
parent
457feb7252
commit
ce609bc33f
|
@ -0,0 +1,3 @@
|
|||
-- Set Proper Where clause
|
||||
UPDATE AD_Tab SET WhereClause='C_BPartner_ID IS NOT null',Updated=sysdate,UpdatedBy=100 WHERE AD_Tab_ID=330
|
||||
;
|
|
@ -0,0 +1,3 @@
|
|||
-- Set Proper Where clause
|
||||
UPDATE AD_Tab SET WhereClause='C_BPartner_ID IS NOT null',Updated=now(),UpdatedBy=100 WHERE AD_Tab_ID=330
|
||||
;
|
Loading…
Reference in New Issue