|
|
@ -66,6 +66,7 @@ |
|
|
qd.quote_tax_unit_price, |
|
|
qd.quote_tax_unit_price, |
|
|
qd.currency1, |
|
|
qd.currency1, |
|
|
dbo.plm_get_dictDataLabel('plm_customer_information_customer_customer_currency', qd.currency1, qd.site) as currencyDesc1, |
|
|
dbo.plm_get_dictDataLabel('plm_customer_information_customer_customer_currency', qd.currency1, qd.site) as currencyDesc1, |
|
|
|
|
|
qd.final_transaction_price, |
|
|
qd.exchange_rate1, |
|
|
qd.exchange_rate1, |
|
|
qd.currency2, |
|
|
qd.currency2, |
|
|
dbo.plm_get_dictDataLabel('plm_customer_information_customer_customer_currency', qd.currency2, qd.site) as currencyDesc2, |
|
|
dbo.plm_get_dictDataLabel('plm_customer_information_customer_customer_currency', qd.currency2, qd.site) as currencyDesc2, |
|
|
|