[freeside-commits] freeside/httemplate/edit/process/elements ApplicationCommon.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Sun Sep 20 19:41:46 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process/elements
In directory wavetail.420.am:/tmp/cvs-serv21901/httemplate/edit/process/elements

Modified Files:
	ApplicationCommon.html 
Log Message:
add ability to trigger receipts when payment is used against a specific package instead of when it was made, RT#5199

Index: ApplicationCommon.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/elements/ApplicationCommon.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ApplicationCommon.html	5 Jun 2008 05:06:36 -0000	1.1
+++ ApplicationCommon.html	21 Sep 2009 02:41:43 -0000	1.2
@@ -72,6 +72,6 @@
 
 #}
 
-my $error = $new->insert;
+my $error = $new->insert( 'manual' => 1 );
 
 </%init>



More information about the freeside-commits mailing list