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:
66ad36d
)
Presenter: Kosmetik: Anordnung
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 24 Jan 2018 12:40:23 +0000
(13:40 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 24 Jan 2018 12:40:23 +0000
(13:40 +0100)
SL/DB/Object.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Object.pm
b/SL/DB/Object.pm
index
4e55bfe
..
f2f12c0
100755
(executable)
--- a/
SL/DB/Object.pm
+++ b/
SL/DB/Object.pm
@@
-23,9
+23,9
@@
my @rose_reserved_methods = qw(
);
my %db_to_presenter_mapping = (
- Customer => 'CustomerVendor',
+ Customer
=> 'CustomerVendor',
PurchaseInvoice => 'Invoice',
- Vendor => 'CustomerVendor',
+ Vendor
=> 'CustomerVendor',
);
sub new {