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:
1b18f0a
)
Kosmetik/Typo
author
Jan Büren
<jan@kivitendo.de>
Tue, 25 Aug 2020 10:18:44 +0000
(12:18 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Tue, 25 Aug 2020 10:18:44 +0000
(12:18 +0200)
SL/IS.pm
patch
|
blob
|
history
SL/OE.pm
patch
|
blob
|
history
diff --git
a/SL/IS.pm
b/SL/IS.pm
index
83ccbde
..
4e9809b
100644
(file)
--- a/
SL/IS.pm
+++ b/
SL/IS.pm
@@
-1451,7
+1451,7
@@
sub transfer_out {
my (@errors, @transfers);
- # do nothing, if transfer default is not reques
e
ted at all
+ # do nothing, if transfer default is not requested at all
if (!$::instance_conf->get_transfer_default) {
$::lxdebug->leave_sub;
return \@errors;
diff --git
a/SL/OE.pm
b/SL/OE.pm
index
418015e
..
974a1a1
100644
(file)
--- a/
SL/OE.pm
+++ b/
SL/OE.pm
@@
-625,7
+625,7
@@
sub _save {
);
$new_project->save;
$form->{"globalproject_id"} = $new_project->id;
- }
;
+ }
CVar->get_non_editable_ic_cvars(form => $form,
dbh => $dbh,