projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af25c14
)
Part-Controller: Gültigkeit von CVars richtig speichern
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 11 Jul 2019 11:30:17 +0000
(13:30 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 11 Jul 2019 11:32:01 +0000
(13:32 +0200)
Das behebt den Bug, dass sich CVars in den Warenstammdaten nicht mehr
ungültig/gültig gesetzt werden konnten.
SL/Controller/Part.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Part.pm
b/SL/Controller/Part.pm
index
6145530
..
39bd93b
100644
(file)
--- 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;