Unallocated payment report view excludes partially allocated payments.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2092712
This commit is contained in:
phib 2010-03-10 21:49:48 +00:00
parent 4669951c2a
commit 481c619b17
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
UPDATE AD_ReportView SET WHERECLAUSE = 'DocStatus IN (''CO'',''CL'') AND IsAllocated=''N''' where ad_reportview_id=155;

View File

@ -0,0 +1 @@
UPDATE AD_ReportView SET WHERECLAUSE = 'DocStatus IN (''CO'',''CL'') AND IsAllocated=''N''' where ad_reportview_id=155;