[freeside-commits] freeside/httemplate/view qual.cgi,1.3,1.4

Erik Levinson levinse at wavetail.420.am
Wed Dec 8 13:37:48 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv9662/httemplate/view

Modified Files:
	qual.cgi 
Log Message:
-rename qual export sub to part_export, RT7111
-initial commit of part_pkg_vendor implementation, RT7111



Index: qual.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/qual.cgi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- qual.cgi	7 Dec 2010 20:38:52 -0000	1.3
+++ qual.cgi	8 Dec 2010 21:37:45 -0000	1.4
@@ -60,6 +60,6 @@
 $location_kind = "Business" if $cust_location->get('location_kind') eq 'B';
 
 my $cust_or_prospect = $qual->cust_or_prospect;
-my $export = $qual->export;
+my $export = $qual->part_export;
 
 </%init>



More information about the freeside-commits mailing list