Jump to content

champ quantité dans facture


Recommended Posts

  • 3 months later...

/pdf/invoice.product-tab.tpl

Essayez de changer
Try to change

<td class="product center">
    {$order_detail.product_quantity}
</td>

ceci
to

<td class="product center">
    <span style="background-color: black; color: white; padding-left: 1mm; padding-right: 1mm">{$order_detail.product_quantity}</span>
</td>

 

Edited by tuk66 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...