Jump to content

Incluir el campo observaciones en la factura.


Javier Campos

Recommended Posts

Trate de añadir este código para una plantilla de factura (/pdf).

Try to add this code to an invoice template (/pdf).

{if isset($order_invoice->note) && $order_invoice->note}
    {$order_invoice->note|nl2br}
{/if}
  • Like 1
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...