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

Diff of /papo/forms/client.gfd

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

revision 1.57 by styxman, Thu Apr 10 15:27:58 2003 UTC revision 1.58 by apronotti, Mon Apr 28 16:31:11 2003 UTC
# Line 479  Line 479 
479              clientUID_IB_Block.newRecord()              clientUID_IB_Block.newRecord()
480          # 2 es Ingresos Brutos          # 2 es Ingresos Brutos
481          clientUID_IB_Block.uid_IB_TypeEntry = 2          clientUID_IB_Block.uid_IB_TypeEntry = 2
482            if not clientCodeBlock.getCurrentRecord().isInserted():
483                clientCodeBlock.newRecord()
484            # 3 es Codigo
485            clientCodeBlock.clientCodeType = 3
486          # clientTaxProfileBlock.newRecord()          # clientTaxProfileBlock.newRecord()
487          clientBlock.commit()          clientBlock.commit()
488          # porque esto?          # porque esto?
# Line 980  Line 984 
984          <label text="Código de cliente"          <label text="Código de cliente"
985            x="1" y="1"/>            x="1" y="1"/>
986          <!-- 3 es Codigo interno -->          <!-- 3 es Codigo interno -->
987          <entry name="clientCodeId" field="_entity_uid_data.entity_uid_type" default="3"          <entry name="clientCodeType" field="_entity_uid_data.entity_uid_type" default="3"
988            x="1" y="1" hidden="y"/>            x="1" y="1" hidden="y"/>
989          <entry name="clientCodeEntry" field="_entity_uid_data.uid"          <entry name="clientCodeEntry" field="_entity_uid_data.uid"
990            x="1" y="2"/>            x="1" y="2"/>

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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