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:
7b6bd91
)
Auftrags-Controller: flash-Nachricht beim Speichern übersetzen ...
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 10 Sep 2015 21:53:59 +0000
(23:53 +0200)
committer
G. Richardson
<information@kivitendo-premium.de>
Mon, 16 Nov 2015 15:15:57 +0000
(16:15 +0100)
... auch, wenn die Übersetzung noch nicht da ist.
SL/Controller/Order.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Order.pm
b/SL/Controller/Order.pm
index
4cd7864
..
79ff293
100644
(file)
--- a/
SL/Controller/Order.pm
+++ b/
SL/Controller/Order.pm
@@
-89,7
+89,7
@@
sub action_save {
return $self->js->render($self);
}
- flash_later('info',
'The order has been saved'
);
+ flash_later('info',
$::locale->text('The order has been saved')
);
my @redirect_params = (
action => 'edit',
type => $self->type,