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:
29f99d3
)
SL::DB::Order: falsche one-to-many zu PeriodicInvoice entfernt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 14 Jan 2013 13:07:04 +0000
(14:07 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 14 Jan 2013 13:46:20 +0000
(14:46 +0100)
SL/DB/Order.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Order.pm
b/SL/DB/Order.pm
index
6a9977b
..
b5e8c90
100644
(file)
--- a/
SL/DB/Order.pm
+++ b/
SL/DB/Order.pm
@@
-31,11
+31,6
@@
__PACKAGE__->meta->add_relationship(
class => 'SL::DB::PeriodicInvoicesConfig',
column_map => { id => 'oe_id' },
},
- periodic_invoices => {
- type => 'one to many',
- class => 'SL::DB::PeriodicInvoice',
- column_map => { id => 'oe_id' },
- },
payment_term => {
type => 'one to one',
class => 'SL::DB::PaymentTerm',