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

Diff of /papo/forms/serviceProviderInvoice.gfd

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

revision 1.3 by apronotti, Mon Dec 16 20:25:14 2002 UTC revision 1.4 by apronotti, Mon Dec 16 20:42:26 2002 UTC
# Line 358  Line 358 
358       alienDocumentBlock.initQuery()       alienDocumentBlock.initQuery()
359       alienDocumentBlock.idEntry = ("%s" % resultBlock.idREntry)       alienDocumentBlock.idEntry = ("%s" % resultBlock.idREntry)
360       alienDocumentBlock.processQuery()       alienDocumentBlock.processQuery()
361       recordCount = alienDocumentBlock.getRecordCount()       recordCount = alienItemBlock.getRecordCount()
362       alienDocumentBlock.firstRecord()       alienItemBlock.firstRecord()
363       for index in range(recordCount):       for index in range(recordCount):
364           alienItemBlock.taxPercentEntry = hack.a2f(alienItemBlock.taxAmountEntry) / hack.a2f(alienItemBlock.priceEntry) * 100           alienItemBlock.taxPercentEntry = hack.a2f(alienItemBlock.taxAmountEntry) / hack.a2f(alienItemBlock.priceEntry) * 100
365           alienItemBlock.nextRecord()           if index != recordCount-1:
366                 alienItemBlock.nextRecord()
367            
368    </trigger>    </trigger>
369    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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