|
@@ -39,8 +39,8 @@
|
|
|
<t t-if="order.attributes.client.name">
|
|
|
Cliente: <t t-esc="order.attributes.client.name"/><br />
|
|
|
</t>
|
|
|
- <t t-if="order.attributes.client.fax">
|
|
|
- <!-- N° de legajo: <t t-esc="order.attributes.client.fax"/><br /> -->
|
|
|
+ <t t-if="order.attributes.client.ruc">
|
|
|
+ R.U.C. N°: <t t-esc="order.attributes.client.ruc"/><br />
|
|
|
</t>
|
|
|
<t t-if="order.attributes.client.phone">
|
|
|
Teléfono: <t t-esc="order.attributes.client.phone"/><br />
|