From 930618349ad4478a6fd537685e61f17e1b3af5b1 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 12 Aug 2010 17:36:32 +0000 Subject: [PATCH] cust_recon throws errors and it is not a normally used table anyway --- FS/FS/cust_main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0