diff options
author | ivan <ivan> | 2003-09-19 10:59:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-19 10:59:14 +0000 |
commit | 41b7ae689d5f140f624845e6183529053be915af (patch) | |
tree | 2e201b940be9c1f3f8d0c41729910d9ac254c203 | |
parent | 679aa96abbc5319b925218cdd8358f8db164b23b (diff) |
grr
-rw-r--r-- | FS/FS/cust_main.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 3064be322..d1ea86319 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1369,8 +1369,8 @@ sub collect { my $error; { - $FS::cust_bill::realtime_bop_decline_quiet; #supress "used only once" - # warning + #supress "used only once" warning + $FS::cust_bill::realtime_bop_decline_quiet += 0; local $FS::cust_bill::realtime_bop_decline_quiet = 1 if $options{'quiet'}; $error = eval $part_bill_event->eventcode; |