From 193168d5bc9f7ec0060f208c153dc5788deb8cb3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 11 Jul 2019 13:30:48 +0200 Subject: [PATCH] Part-Controller: Kosmetik --- SL/Controller/Part.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index 39bd93b8f..95951617f 100644 --- 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; -- 2.20.1