Commit 936ccf17 by Maria Agustina

836

1 parent 6f33ea5f
......@@ -65,7 +65,6 @@ class asw_prod_pfinal(models.TransientModel):
#metodo de creacion de linea de factura y su asociacion al comprobante en curso
def crear_linea(self):
pb = self.ppf_precio_bruto
print("pb es "+ str(pb))
vals = {
'lcp_producto' : self.ppf_producto.id,
'lcp_descripcion_producto' : self.ppf_descripcion_producto,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!