From 8fc5254a67a48b53ee483f670623eadcbaf13bba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 11 Jul 2019 13:30:17 +0200 Subject: [PATCH] =?utf8?q?Part-Controller:=20G=C3=BCltigkeit=20von=20CVars?= =?utf8?q?=20richtig=20speichern?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Das behebt den Bug, dass sich CVars in den Warenstammdaten nicht mehr ungültig/gültig gesetzt werden konnten. --- SL/Controller/Part.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index 61455304b..39bd93b8f 100644 --- a/SL/Controller/Part.pm +++ b/SL/Controller/Part.pm @@ -144,7 +144,7 @@ sub action_save { module => 'IC', trans_id => $self->part->id, variables => $::form, # $::form->{cvar} would be nicer - always_valid => 1, + save_validity => 1, ); 1; -- 2.20.1