From: Holger Lindemann Date: Fri, 25 Sep 2009 00:39:56 +0000 (+0200) Subject: Variable "has_sernumber" für Artikel nach Rücksprache mit Moritz eingefügt. X-Git-Tag: release-2.6.1beta1~279 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;ds=sidebyside;h=bb55aa5910a0faa71d6cfc0a215a352dcc115f76;p=kivitendo-erp.git Variable "has_sernumber" für Artikel nach Rücksprache mit Moritz eingefügt. --- 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 %] + + + +