[freeside-commits] freeside/httemplate/search cust_bill.html, 1.28, 1.29
Ivan,,,
ivan at wavetail.420.am
Sat Mar 15 12:52:18 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv2205
Modified Files:
cust_bill.html
Log Message:
check on invoice re-printing newest percust... can't reproduce any problem, prints newest per cust fine, closes: #3161
Index: cust_bill.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- cust_bill.html 13 Jan 2008 20:57:36 -0000 1.28
+++ cust_bill.html 15 Mar 2008 19:52:15 -0000 1.29
@@ -159,7 +159,8 @@
FS::cust_bill->owed_sql. ' AS owed',
FS::cust_bill->net_sql. ' AS net',
),
- 'extra_sql' => "$extra_sql $orderby"
+ 'extra_sql' => $extra_sql,
+ 'order_by' => $orderby,
};
}
More information about the freeside-commits
mailing list