X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fcust_bill_realtime_card.pm;h=1a2d0463293aa79d51d7d469bf91576fbdcb4e0a;hp=c1fdba96a92b48063c92e5e14510b2552ea912f0;hb=0f7643c1af2d909e0c3172e5bec0c01855fca1b9;hpb=63a268637b2d51a8766412617724b9436439deb6 diff --git a/FS/FS/part_event/Action/cust_bill_realtime_card.pm b/FS/FS/part_event/Action/cust_bill_realtime_card.pm index c1fdba96a..1a2d04632 100644 --- a/FS/FS/part_event/Action/cust_bill_realtime_card.pm +++ b/FS/FS/part_event/Action/cust_bill_realtime_card.pm @@ -22,7 +22,8 @@ sub do_action { #my $cust_main = $self->cust_main($cust_bill); my $cust_main = $cust_bill->cust_main; - $cust_bill->realtime_card; + my %opt = ('cc_surcharge_from_event' => 1); + $cust_bill->realtime_card(%opt); } 1;