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

Diff of /papo/forms/organization.neb

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

revision 1.9 by apronotti, Thu Jul 10 19:10:45 2003 UTC revision 1.10 by apronotti, Fri Jul 11 15:33:24 2003 UTC
# Line 139  Line 139 
139            entityUID_IB_Block.newRecord()            entityUID_IB_Block.newRecord()
140    
141        # 2 es Ingresos Brutos        # 2 es Ingresos Brutos
142        entityUID_IB_Block.uid_IB_TypeEntry = 2        #entityUID_IB_Block.uid_IB_TypeEntry = 2
143        # 1 es CUIT        # 1 es CUIT
144        entityUID_CUIT_Block.uid_CUIT_TypeEntry = 1        #entityUID_CUIT_Block.uid_CUIT_TypeEntry = 1
145                
146        from gnue.common.GDataObjects import ConnectionError as DBError        from gnue.common.GDataObjects import ConnectionError as DBError
147    
# Line 189  Line 189 
189        <label text="Número de CUIT (##-########-#)"        <label text="Número de CUIT (##-########-#)"
190          x="33" y="11"/>          x="33" y="11"/>
191        <entry x="1" y="1" field="_entity_uid_data.entity_uid_type"        <entry x="1" y="1" field="_entity_uid_data.entity_uid_type"
192          name="uid_CUIT_TypeEntry" hidden=""/>          name="uid_CUIT_TypeEntry" hidden="" default="1"/>
193        <entry name="uidEntry" field="_entity_uid_data.uid"        <entry name="uidEntry" field="_entity_uid_data.uid"
194          x="33" y="12" width="24">          x="33" y="12" width="24">
195          <trigger type="PRE-FOCUSOUT"><![CDATA[          <trigger type="PRE-FOCUSOUT"><![CDATA[
# Line 205  Line 205 
205        <label text="Número de Ingresos Brutos"        <label text="Número de Ingresos Brutos"
206          x="33" y="13"/>          x="33" y="13"/>
207        <entry x="1" y="1" field="_entity_uid_data.entity_uid_type"        <entry x="1" y="1" field="_entity_uid_data.entity_uid_type"
208          name="uid_IB_TypeEntry" hidden=""/>          name="uid_IB_TypeEntry" hidden="" default="2"/>
209        <entry name="uidEntry" field="_entity_uid_data.uid"        <entry name="uidEntry" field="_entity_uid_data.uid"
210          x="33" y="14" width="24"/>          x="33" y="14" width="24"/>
211      </block>      </block>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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