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:
67a4d33
)
CustomerVendor: nichtssagende Fehlermeldung entfernt
author
Thomas Heck
<theck@linet-services.de>
Mon, 8 Jul 2013 08:21:39 +0000
(10:21 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Thu, 18 Jul 2013 07:09:04 +0000
(09:09 +0200)
SL/Controller/CustomerVendor.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/CustomerVendor.pm
b/SL/Controller/CustomerVendor.pm
index
a0e7481
..
d282314
100644
(file)
--- a/
SL/Controller/CustomerVendor.pm
+++ b/
SL/Controller/CustomerVendor.pm
@@
-241,8
+241,6
@@
sub action_delete {
my ($self) = @_;
if( !$self->is_orphaned() ) {
- SL::Helper::Flash::flash('error', $::locale->text('blaabla'));
-
$self->action_edit();
}
else {