WIP: ecommerce
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
{$ROW.sum_by_products}
|
||||
{math equation="abs(x-y)" x=$ROW.total_netto y=$ROW.sum_by_products assign="price_difference"}
|
||||
{if $price_difference > 0.02}
|
||||
<span style="color: red; font-weight: bold; cursor: pointer" onclick="openDetails('{$ROW.order_no}')">!!!</span>
|
||||
<span style="color: red; font-weight: bold; cursor: pointer" onclick="openDetails('{$ROW.order_no}', '{$ROW.origin}')">!!!</span>
|
||||
{/if}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user