diff options
author | ivan <ivan> | 2002-02-27 22:00:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-27 22:00:58 +0000 |
commit | 9dacc694c1401117d7e34376aa4916f5a4810cab (patch) | |
tree | 8fd0af909233a598cf83800ffd5a53efca4cff37 /FS | |
parent | 49bc2dac92d2bb60e000088449b27aa380cc3490 (diff) |
well, don't make things worse when debugging...
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 7445e35bb..ae6155a57 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1146,7 +1146,7 @@ sub collect { my $error = eval $part_bill_event->eventcode; if ( $@ ) { - warn "fatal error running invoice event (". part_bill_event->eventcode. + warn "fatal error running invoice event (". $part_bill_event->eventcode. "): $@"; } |