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:
8fc5254
)
Part-Controller: Kosmetik
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 11 Jul 2019 11:30:48 +0000
(13:30 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 11 Jul 2019 11:32:01 +0000
(13:32 +0200)
SL/Controller/Part.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Part.pm
b/SL/Controller/Part.pm
index
39bd93b
..
9595161
100644
(file)
--- a/
SL/Controller/Part.pm
+++ b/
SL/Controller/Part.pm
@@
-140,11
+140,11
@@
sub action_save {
)->save();
CVar->save_custom_variables(
-
dbh
=> $self->part->db->dbh,
-
module
=> 'IC',
-
trans_id
=> $self->part->id,
-
variables
=> $::form, # $::form->{cvar} would be nicer
-
save_validity => 1,
+
dbh
=> $self->part->db->dbh,
+
module
=> 'IC',
+
trans_id
=> $self->part->id,
+
variables
=> $::form, # $::form->{cvar} would be nicer
+ save_validity => 1,
);
1;