|
@@ -16,7 +16,8 @@
|
|
|
<br/>
|
|
|
<p>=======================================</p>
|
|
|
Cliente: <t t-esc="order.attributes.client.name ? order.attributes.client.name : ''"/><br/>
|
|
|
- Tel: <t t-esc="order.attributes.client.phone ? order.attributes.client.phone : ''"/><br/><br/>
|
|
|
+ Tel: <t t-esc="order.attributes.client.phone ? order.attributes.client.phone : ''"/><br/>
|
|
|
+ <t t-esc="order.attributes.client.address ? order.attributes.client.address : ''"/><br/><br/>
|
|
|
</t>
|
|
|
<p>=======================================</p>
|
|
|
<table class="table table-condensed">
|