From 49c677122c95aa79fc18bea2c5e54683b70be827 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Tue, 22 Jun 2021 11:00:29 +0200 Subject: [PATCH] Part Controller: Kosmetik: einzelnes ';' weg --- SL/Controller/Part.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index 5a2d01233..70ff2f5a5 100644 --- a/SL/Controller/Part.pm +++ b/SL/Controller/Part.pm @@ -151,7 +151,6 @@ sub action_save { 1; }) or return $self->js->error(t8('The item couldn\'t be saved!') . " " . $self->part->db->error )->render; - ; flash_later('info', $is_new ? t8('The item has been created.') . " " . $self->part->displayable_name : t8('The item has been saved.')); if ( $::form->{callback} ) { -- 2.20.1