diff --git a/migration/354a-trunk/BT_2092712_Unalloc_payment_report.sql b/migration/354a-trunk/BT_2092712_Unalloc_payment_report.sql new file mode 100644 index 0000000000..f4c7bf7056 --- /dev/null +++ b/migration/354a-trunk/BT_2092712_Unalloc_payment_report.sql @@ -0,0 +1 @@ +UPDATE AD_ReportView SET WHERECLAUSE = 'DocStatus IN (''CO'',''CL'') AND IsAllocated=''N''' where ad_reportview_id=155; \ No newline at end of file diff --git a/migration/354a-trunk/oracle/677_BT2092712_Unalloc_payment_report.sql b/migration/354a-trunk/oracle/677_BT2092712_Unalloc_payment_report.sql new file mode 100644 index 0000000000..f4c7bf7056 --- /dev/null +++ b/migration/354a-trunk/oracle/677_BT2092712_Unalloc_payment_report.sql @@ -0,0 +1 @@ +UPDATE AD_ReportView SET WHERECLAUSE = 'DocStatus IN (''CO'',''CL'') AND IsAllocated=''N''' where ad_reportview_id=155; \ No newline at end of file