From bb55aa5910a0faa71d6cfc0a215a352dcc115f76 Mon Sep 17 00:00:00 2001 From: Holger Lindemann Date: Fri, 25 Sep 2009 02:39:56 +0200 Subject: [PATCH] =?utf8?q?Variable=20"has=5Fsernumber"=20f=C3=BCr=20Artike?= =?utf8?q?l=20nach=20R=C3=BCcksprache=20mit=20Moritz=20eingef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/IC.pm | 2 ++ bin/mozilla/io.pl | 2 +- templates/webpages/ic/form_header_de.html | 4 ++++ templates/webpages/ic/form_header_master.html | 4 ++++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/SL/IC.pm b/SL/IC.pm index d78ad30b0..c710af9fc 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -412,6 +412,7 @@ sub save { ve = ?, gv = ?, ean = ?, + has_sernumber = ?, not_discountable = ?, microfiche = ?, partsgroup_id = ?, @@ -441,6 +442,7 @@ sub save { conv_i($form->{ve}), conv_i($form->{gv}), $form->{ean}, + $form->{has_sernumber} ? 't' : 'f', $form->{not_discountable} ? 't' : 'f', $form->{microfiche}, conv_i($partsgroup_id), diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index f8d73005a..51326c4b1 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -744,7 +744,7 @@ sub check_form { sellprice_pg pricegroup_old price_old price_new unit_old ordnumber transdate longdescription basefactor marge_total marge_percent marge_price_factor lastcost price_factor_id partnotes - stock_out stock_in); + stock_out stock_in has_sernumber); my $ic_cvar_configs = CVar->get_configs(module => 'IC'); push @flds, map { "ic_cvar_$_->{name}" } @{ $ic_cvar_configs }; diff --git a/templates/webpages/ic/form_header_de.html b/templates/webpages/ic/form_header_de.html index 29bfbbd46..1ae4073bd 100644 --- a/templates/webpages/ic/form_header_de.html +++ b/templates/webpages/ic/form_header_de.html @@ -252,6 +252,10 @@ [%- END %] + + + + diff --git a/templates/webpages/ic/form_header_master.html b/templates/webpages/ic/form_header_master.html index 1472a3a3e..65d841ed7 100644 --- a/templates/webpages/ic/form_header_master.html +++ b/templates/webpages/ic/form_header_master.html @@ -252,6 +252,10 @@ [%- END %] + + + + -- 2.39.5