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:
b683eb9
)
RDBO Update: Tax
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 29 May 2015 13:34:15 +0000
(15:34 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 29 May 2015 13:34:15 +0000
(15:34 +0200)
SL/DB/MetaSetup/Tax.pm
patch
|
blob
|
history
diff --git
a/SL/DB/MetaSetup/Tax.pm
b/SL/DB/MetaSetup/Tax.pm
index
a3be400
..
4db493f
100644
(file)
--- a/
SL/DB/MetaSetup/Tax.pm
+++ b/
SL/DB/MetaSetup/Tax.pm
@@
-41,11
+41,6
@@
__PACKAGE__->meta->foreign_keys(
class => 'SL::DB::Chart',
key_columns => { skonto_sales_chart_id => 'id' },
},
-
- skonto_sales_chart_obj => {
- class => 'SL::DB::Chart',
- key_columns => { skonto_sales_chart_id => 'id' },
- },
);
1;