Revision 9f07753b
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/DB/Helper/Mappings.pm | ||
---|---|---|
56 | 56 |
custom_variable_configs => 'custom_variable_config', |
57 | 57 |
custom_variables => 'custom_variable', |
58 | 58 |
custom_variables_validity => 'custom_variable_validity', |
59 |
customertax => 'customer_tax', |
|
60 | 59 |
datev => 'datev', |
61 | 60 |
defaults => 'default', |
62 | 61 |
delivery_orders => 'delivery_order', |
... | ... | |
85 | 84 |
oe => 'order', |
86 | 85 |
parts => 'part', |
87 | 86 |
partsgroup => 'parts_group', |
88 |
partstax => 'parts_tax', |
|
89 | 87 |
payment_terms => 'payment_term', |
90 | 88 |
periodic_invoices => 'periodic_invoice', |
91 | 89 |
periodic_invoices_configs => 'periodic_invoices_config', |
... | ... | |
109 | 107 |
units => 'unit', |
110 | 108 |
units_language => 'units_language', |
111 | 109 |
vendor => 'vendor', |
112 |
vendortax => 'vendor_tax', |
|
113 | 110 |
); |
114 | 111 |
|
115 | 112 |
my (%lxoffice_tables_to_packages, %lxoffice_tables_to_manager_packages, %lxoffice_packages_to_tables); |
Auch abrufbar als: Unified diff
Überflüssige Tabellen customertax, vendortax, partstax entfernt
Fixt #2186.