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:
1c47179
)
Part Controller: Kosmetik: einzelnes ';' weg
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 22 Jun 2021 09:00:29 +0000
(11:00 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 22 Jun 2021 09:28:22 +0000
(11:28 +0200)
SL/Controller/Part.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Part.pm
b/SL/Controller/Part.pm
index
5a2d012
..
70ff2f5
100644
(file)
--- 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} ) {