add ability to trigger receipts when payment is used against a specific package inste...
[freeside.git] / httemplate / edit / process / cust_pay.cgi
index f8ac8b1..a310c53 100755 (executable)
@@ -7,7 +7,7 @@
 %  if ( $cgi->param('apply') eq 'yes' ) {
 %    my $cust_main = qsearchs('cust_main', { 'custnum' => $linknum })
 %      or die "unknown custnum $linknum";
-%    $cust_main->apply_payments;
+%    $cust_main->apply_payments( 'manual' => 1 );
 %  }
 %  if ( $link eq 'popup' ) {
 %