BF: Proper WHERE clause in Payment window.

This commit is contained in:
trifonnt 2008-12-04 06:19:58 +00:00
parent 457feb7252
commit ce609bc33f
2 changed files with 6 additions and 0 deletions

View File

@ -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
;

View File

@ -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
;