/[papo]/papo/forms/payOrder.neb
ViewVC logotype

Diff of /papo/forms/payOrder.neb

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

revision 1.12 by mhepp, Thu Jun 12 22:10:15 2003 UTC revision 1.13 by mhepp, Fri Jun 13 14:32:35 2003 UTC
# Line 245  if provider: Line 245  if provider:
245          #/busco lo pagado del documento          #/busco lo pagado del documento
246          #si se adeuda algun monto muestro el documento adeudado          #si se adeuda algun monto muestro el documento adeudado
247          print 'documentTotal',documentTotal,'cancelledAmount',cancelledAmount          print 'documentTotal',documentTotal,'cancelledAmount',cancelledAmount
248          if documentTotal > cancelledAmount :          if round(documentTotal,2) > round(cancelledAmount,2) :
249           print "No está cancelado"           print "No está cancelado"
250           docType=str(alienDocumentResultSet.current.getField("alien_document.alien_document_type")).strip()           docType=str(alienDocumentResultSet.current.getField("alien_document.alien_document_type")).strip()
251           invoiceToPayBlock.invoiceBox.typeEntry =documentType[docType]           invoiceToPayBlock.invoiceBox.typeEntry =documentType[docType]

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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