Back-office : on affiche le prix TTC et plus HT
This commit is contained in:
@@ -313,7 +313,7 @@
|
||||
|
||||
{hook name="products.row" location="product_list_row" product_id={$ID} }
|
||||
|
||||
<td class="text-right"><a href="{url path='/admin/products/update' product_id=$ID page=$page current_tab='prices'}" title="{intl l='Edit Prices'}">{format_money number=$BEST_PRICE symbol=$currency_symbol}</a></td>
|
||||
<td class="text-right"><a href="{url path='/admin/products/update' product_id=$ID page=$page current_tab='prices'}" title="{intl l='Edit Prices'}">{format_money number=$BEST_TAXED_PRICE symbol=$currency_symbol}</a></td>
|
||||
|
||||
<td class="text-center">
|
||||
{loop type="auth" name="can_change" role="ADMIN" resource="admin.product" access="UPDATE"}
|
||||
|
||||
Reference in New Issue
Block a user