From f0bca038e659057fd046358b9201b5a374dc2d25 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus <m.bunkus@linet-services.de> Date: Wed, 8 Jan 2014 13:05:14 +0100 Subject: [PATCH] io.pl: toten Codepfad entfernen --- bin/mozilla/io.pl | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 480de9766..3afcbd1dc 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1342,31 +1342,7 @@ sub print_form { # $locale->text('Quotation Number missing!') # $locale->text('Quotation Date missing!') - # assign number $form->{what_done} = $form->{formname}; - if (!$form->{"${inv}number"} && !$form->{preview} && !$form->{id}) { - $form->{"${inv}number"} = $form->update_defaults(\%myconfig, $numberfld); - if ($form->{media} ne 'email') { - - # get pricegroups for parts - IS->get_pricegroups_for_parts(\%myconfig, \%$form); - - # build up html code for prices_$i - set_pricegroup($form->{rowcount}); - - $form->{rowcount}--; - - call_sub($display_form); - # saving the history - if(!exists $form->{addition}) { - $form->{snumbers} = "${inv}number" . "_" . $form->{"${inv}number"}; - $form->{addition} = "PRINTED"; - $form->save_history; - } - # /saving the history - ::end_of_request(); - } - } &validate_items; -- 2.20.1