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:
df18381
)
Presenter Mapping für Dialogbuchungen repariert
author
G. Richardson
<grichardson@kivitec.de>
Mon, 20 Jan 2020 16:00:02 +0000
(17:00 +0100)
committer
G. Richardson
<grichardson@kivitec.de>
Tue, 21 Jan 2020 11:51:20 +0000
(12:51 +0100)
War bei Umstellung vergessen worden.
SL/DB/Object.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Object.pm
b/SL/DB/Object.pm
index
f2f12c0
..
3e0fca6
100755
(executable)
--- a/
SL/DB/Object.pm
+++ b/
SL/DB/Object.pm
@@
-26,6
+26,7
@@
my %db_to_presenter_mapping = (
Customer => 'CustomerVendor',
PurchaseInvoice => 'Invoice',
Vendor => 'CustomerVendor',
+ GLTransaction => 'GL',
);
sub new {