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

Diff of /papo/forms/receipt.neb

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

revision 1.24 by mhepp, Tue Aug 26 18:03:19 2003 UTC revision 1.25 by mhepp, Wed Aug 27 15:59:59 2003 UTC
# Line 678  else: Line 678  else:
678          alienDocumentProceedingBlock.amountEntry = str(retentionBlock.retentionAmountEntry)          alienDocumentProceedingBlock.amountEntry = str(retentionBlock.retentionAmountEntry)
679      alienDocumentProceedingBlock.postChanges()        alienDocumentProceedingBlock.postChanges()  
680    
681      #own document proceeding      #own document proceeding
682        
683        #cargo el proceeding del recibo
684        ownDocumentProceedingBlock.proceedingEntry = str(proceedingBlock.idEntry)
685        ownDocumentProceedingBlock.ownDocumentEntry = str(ownDocumentBlock.idEntry)
686        #total del recibo
687        ownDocumentProceedingBlock.amountEntry = round(hack.a2f(invoiceToPayedTotalBlock.totalEntry),2)
688    
689      rc = invoiceToPayedBlock.getRecordCount()      rc = invoiceToPayedBlock.getRecordCount()
690      for recNum in range(rc):      for recNum in range(rc):
691          invoiceToPayedBlock.jumpRecord(recNum)          invoiceToPayedBlock.jumpRecord(recNum)

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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