/[papo]/papo/forms/receipt.gfd
ViewVC logotype

Diff of /papo/forms/receipt.gfd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by charlie, Thu Feb 20 15:11:52 2003 UTC revision 1.16 by charlie, Wed Feb 26 16:57:23 2003 UTC
# Line 254  if str(ownDocumentBlock.clientRecipientB Line 254  if str(ownDocumentBlock.clientRecipientB
254      productInvoiceResultSet = productInvoiceDataSource.createResultSet(condProductInvoice)      productInvoiceResultSet = productInvoiceDataSource.createResultSet(condProductInvoice)
255      more = productInvoiceResultSet.firstRecord()      more = productInvoiceResultSet.firstRecord()
256    
     print "Facturas Producto"  
257      while more:      while more:
258          invoiceTotal = 0          invoiceTotal = 0
259          currOwnDoc = productInvoiceResultSet.current.getField("own_document.id")          currOwnDoc = productInvoiceResultSet.current.getField("own_document.id")
# Line 290  if str(ownDocumentBlock.clientRecipientB Line 289  if str(ownDocumentBlock.clientRecipientB
289      serviceInvoiceResultSet= serviceInvoiceDataSource.createResultSet (condServiceInvoice)      serviceInvoiceResultSet= serviceInvoiceDataSource.createResultSet (condServiceInvoice)
290      more= serviceInvoiceResultSet.firstRecord ()      more= serviceInvoiceResultSet.firstRecord ()
291    
     print "Facturas Servicio"  
292      while more:      while more:
293          invoiceTotal = 0          invoiceTotal = 0
294          currentOwnDocument = serviceInvoiceResultSet.current.getField ("own_document.id")          currentOwnDocument = serviceInvoiceResultSet.current.getField ("own_document.id")

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26