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:
d2b58cf
)
SL::DB::BankTransaction: Warnungen
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 22 Aug 2017 15:42:54 +0000
(17:42 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 22 Aug 2017 15:42:54 +0000
(17:42 +0200)
SL/DB/BankTransaction.pm
patch
|
blob
|
history
diff --git
a/SL/DB/BankTransaction.pm
b/SL/DB/BankTransaction.pm
index
27e338c
..
e4cf67c
100644
(file)
--- a/
SL/DB/BankTransaction.pm
+++ b/
SL/DB/BankTransaction.pm
@@
-48,7
+48,7
@@
sub linked_invoices {
}
sub is_batch_transaction {
-
$_[0]->transaction_code
eq "191";
+
($_[0]->transaction_code // '')
eq "191";
}