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:
dd6282f
)
Rose-Beziehungstypen in Order gefixt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 17 Jan 2013 15:04:24 +0000
(16:04 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 17 Jan 2013 15:04:24 +0000
(16:04 +0100)
Siehe #2139.
SL/DB/Order.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Order.pm
b/SL/DB/Order.pm
index
0c46f56
..
b3edda5
100644
(file)
--- a/
SL/DB/Order.pm
+++ b/
SL/DB/Order.pm
@@
-27,7
+27,7
@@
__PACKAGE__->meta->add_relationship(
}
},
periodic_invoices_config => {
- type => 'one to
many
',
+ type => 'one to
one
',
class => 'SL::DB::PeriodicInvoicesConfig',
column_map => { id => 'oe_id' },
},