pgsql/investigations/ar-creditmemo.sql
authorEdward <edward@roojs.com>
Tue, 4 Feb 2014 09:52:58 +0000 (17:52 +0800)
committerEdward <edward@roojs.com>
Tue, 4 Feb 2014 09:52:58 +0000 (17:52 +0800)
pgsql/investigations/ar-creditmemo.sql

index 3e3c6b4..d469f69 100644 (file)
@@ -262,7 +262,7 @@ ALTER FUNCTION  x_ar_verify_creditmemo(integer)
 
     
     
--- SELECT x_ar_verify_creditmemo(aropen_id) FROM aropen where aropen_doctype = 'C' order by aropen_id asc;
+SELECT x_ar_verify_creditmemo(aropen_id) FROM aropen where aropen_doctype = 'C' order by aropen_id asc;