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:
3a868c3
)
spellcheck test
author
Jan Büren
<jan@kivitendo.de>
Thu, 14 Oct 2021 16:18:00 +0000
(18:18 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Thu, 14 Oct 2021 16:18:00 +0000
(18:18 +0200)
SL/Controller/CsvImport/Base.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/CsvImport/Base.pm
b/SL/Controller/CsvImport/Base.pm
index
4f718f7
..
0a3ec96
100644
(file)
--- a/
SL/Controller/CsvImport/Base.pm
+++ b/
SL/Controller/CsvImport/Base.pm
@@
-610,7
+610,7
@@
sub save_additions_always {
# Can be overridden by derived specialized importer classes to save
# additional tables always.
# This sub is called before the object is saved. Therefore this
- # hook will always be executed wether or not the import entry can be saved successfully.
+ # hook will always be executed w
h
ether or not the import entry can be saved successfully.
return;
}