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

Diff of /papo/forms/productProviderInvoice.gfd

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

revision 1.24 by apronotti, Wed Apr 9 18:05:07 2003 UTC revision 1.25 by apronotti, Mon Apr 14 16:36:11 2003 UTC
# Line 801  Line 801 
801    <trigger name="setInvoiceType" type="NAMED"><![CDATA[    <trigger name="setInvoiceType" type="NAMED"><![CDATA[
802      invoiceType = str(alienDocumentBlock.invoiceTypeEntry).strip().lower()      invoiceType = str(alienDocumentBlock.invoiceTypeEntry).strip().lower()
803      if invoiceType == 'a':      if invoiceType == 'a':
804        alienDocumentBlock.typeEntry = '4'        alienDocumentBlock.typeEntry = '2'
805      elif invoiceType == 'b':      elif invoiceType == 'b':
806        alienDocumentBlock.typeEntry = '8'        alienDocumentBlock.typeEntry = '10'
807      elif invoiceType == 'c':      elif invoiceType == 'c':
808        alienDocumentBlock.typeEntry = '9'        alienDocumentBlock.typeEntry = '11'
809      else:      else:
810        alienDocumentBlock.typeEntry = ''        alienDocumentBlock.typeEntry = ''
811    ]]></trigger>    ]]></trigger>

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