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:
5d195a2
)
Rose-Modell f. Buchungsgruppen: Relation zu Chart für inventory_account korrigiert.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 18 Dec 2013 11:21:30 +0000
(12:21 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 18 Dec 2013 11:21:30 +0000
(12:21 +0100)
SL/DB/Buchungsgruppe.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Buchungsgruppe.pm
b/SL/DB/Buchungsgruppe.pm
index
1045ac1
..
5f4d831
100644
(file)
--- a/
SL/DB/Buchungsgruppe.pm
+++ b/
SL/DB/Buchungsgruppe.pm
@@
-9,7
+9,7
@@
__PACKAGE__->meta->add_relationship(
inventory_account => {
type => 'many to one',
class => 'SL::DB::Chart',
- column_map => { in
come_accno_id_0
=> 'id' },
+ column_map => { in
ventory_accno_id
=> 'id' },
},
income_account_0 => {
type => 'many to one',