diff options
author | ivan <ivan> | 2010-08-12 17:36:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-08-12 17:36:32 +0000 |
commit | 930618349ad4478a6fd537685e61f17e1b3af5b1 (patch) | |
tree | 31f113a433dd116a4f9a6bab367c258193c9a89d /FS | |
parent | 14958f5ddaaa3216fe0d5f895c7552405ef3f923 (diff) |
cust_recon throws errors and it is not a normally used table anyway
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 83cb25b3e..6b34712e9 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1406,11 +1406,11 @@ sub delete { #cust_tax_adjustment in financials? #cust_pay_pending? ouch + #cust_recon? foreach my $table (qw( cust_main_invoice cust_main_exemption cust_tag cust_attachment contact cust_location cust_main_note cust_tax_adjustment cust_pay_void cust_pay_batch queue cust_tax_exempt - cust_recon )) { foreach my $record ( qsearch( $table, { 'custnum' => $self->custnum } ) ) { my $error = $record->delete; |