Ver código fonte

Agregar recibo en ventas

sebas 4 anos atrás
pai
commit
bc022147be
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      report_reciboenfactura.xml

+ 2 - 2
report_reciboenfactura.xml

@@ -34,7 +34,7 @@
 
 	<template id="reciboenfactura_nandetv">
 		<t t-call="report.html_container">
-		    <t t-foreach="[1,2]" t-as="i">
+		    <t t-foreach="[1]" t-as="i">
 						<div class="page">
 								<style type="text/css">
 										body{
@@ -296,7 +296,7 @@
 																<table class="table table-condensed">
 
 																		<tr class="border-black">
-																				<td><div class="total_pagar_data"><b>Total a pagar: </b><span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/>	------- <span t-esc="'{0:,.0f}'.format(o.amount_total)"/></div></td>
+																				<td><div class="total_pagar_data"><b>Total a pagar: </b><span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/>	Gs. <span t-esc="'{0:,.0f}'.format(o.amount_total)"/></div></td>
 
 																		</tr>
 																</table>