8
0
Fork 0

Replaced getPrice() with direct property accessor.

Dieser Commit ist enthalten in:
RayEhrhardt 2015-08-03 09:52:25 +00:00
Ursprung 1948d8e47e
Commit 95ef9a0ff2
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -60,8 +60,7 @@
<!-- start repeated item specific information -->
[{foreach from=$order->getOrderArticles() item=oOrderArticle}]
[{if $oD3GASettings->getValue('blD3GAUseNetto')}]
[{assign var="oPrice" value=$oOrderArticle->getPrice()}]
[{assign var="sPrice" value=$oPrice->getNettoPrice()}]
[{assign var="sPrice" value=$oOrderArticle->oxorderarticles__oxnprice->value}]
[{else}]
[{assign var="sPrice" value=$oOrderArticle->oxorderarticles__oxprice->value}]
[{/if}]