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:
a6372bf
)
Fehler nicht mehrfach pushen.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 16 Aug 2013 14:54:36 +0000
(16:54 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 25 Nov 2013 13:03:11 +0000
(14:03 +0100)
SL/Helper/Csv/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Helper/Csv/Dispatcher.pm
b/SL/Helper/Csv/Dispatcher.pm
index
ababa01
..
230ac2b
100644
(file)
--- a/
SL/Helper/Csv/Dispatcher.pm
+++ b/
SL/Helper/Csv/Dispatcher.pm
@@
-128,6
+128,8
@@
sub parse_profile {
$self->_specs(\@specs);
+ $self->_csv->_push_error($self->errors);
+
return ! $self->errors;
}
@@
-157,8
+159,6
@@
sub _parse_profile {
}
}
- $self->_csv->_push_error($self->errors);
-
return \@specs;
}