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

Diff of /papo/forms/despatchNote.neb

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

revision 1.5 by charlie, Thu May 15 20:31:35 2003 UTC revision 1.6 by mhepp, Tue May 20 22:04:23 2003 UTC
# Line 301  Line 301 
301    
302    <trigger name="commitTrigger" type="NAMED">    <trigger name="commitTrigger" type="NAMED">
303    
304       ownDocumentBlock.numberEntry= str(ownPosDocumentBlock.documentNumberEntry)       ownDocumentBlock.numberEntry = str(ownPosDocumentBlock.documentNumberEntry)
305         ownDocumentBlock.ownPosEntityIdEntry = str(ownPosBlock.ownPosEntityIdEntry)
306       ownDocumentBlock.dateEntry = str(tmpBlock.tmpDateEntry )       ownDocumentBlock.dateEntry = str(tmpBlock.tmpDateEntry )
307       if len(ownDocumentBlock.dateEntry) == 0:       if len(ownDocumentBlock.dateEntry) == 0:
308           ownDocumentBlock.dateEntry = ownDocumentDataSource.getTimeStamp()           ownDocumentBlock.dateEntry = ownDocumentDataSource.getTimeStamp()
# Line 494  Line 494 
494    
495      <block datasource="ownDocumentDataSource" name="ownDocumentBlock" restrictInsert="">      <block datasource="ownDocumentDataSource" name="ownDocumentBlock" restrictInsert="">
496          <entry field="id" hidden="" name="idEntry" x="1" y="1"/>          <entry field="id" hidden="" name="idEntry" x="1" y="1"/>
497            <entry field="own_entity" hidden="" name="ownPosEntityIdEntry" x="1" y="1"/>
498          <entry field="own_document_type" hidden="" name="typeEntry" default="13" x="1" y="1"/>          <entry field="own_document_type" hidden="" name="typeEntry" default="13" x="1" y="1"/>
499          <box height="6" label="Datos del Cliente" name="clientRecipientBox" width="103" x="0" y="2">          <box height="6" label="Datos del Cliente" name="clientRecipientBox" width="103" x="0" y="2">
500    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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