Code review comment for lp:~openerp-community/openobject-addons/extra-6.0-esale-joomla-view-fixes

Revision history for this message
Daniel Stenlöv (daniel-stenlov-xclude) wrote :

I just noticed that some of the queries is does also need joomla to use the name jos.

For example tax:
SELECT tax_rate FROM jos_vm_tax_rate where tax_rate_id = (SELECT shipping_rate_vat_id FROM jos_vm_shipping_rate where shipping_rate_id = ".$order_shipping_rate_id.")

« Back to merge proposal