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:
762f348
)
Letter: is_sales nicht in init_letter clobbern
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 8 Aug 2016 14:05:10 +0000
(16:05 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 8 Aug 2016 14:08:36 +0000
(16:08 +0200)
SL/Controller/Letter.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Letter.pm
b/SL/Controller/Letter.pm
index
3d704b8
..
25c11f7
100644
(file)
--- a/
SL/Controller/Letter.pm
+++ b/
SL/Controller/Letter.pm
@@
-577,7
+577,7
@@
sub init_letter {
# ));
}
- $self->is_sales($letter->is_sales);
+ $self->is_sales($letter->is_sales)
if $letter->id
;
$letter;
}