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

Diff of /papo/forms/payOrder.gfd

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

revision 1.18 by apronotti, Fri Apr 4 21:08:59 2003 UTC revision 1.19 by apronotti, Fri Apr 4 21:53:32 2003 UTC
# Line 90  Line 90 
90            <cfield name="alien_item.id"/>            <cfield name="alien_item.id"/>
91            <cfield name="alien_item_tax.alien_item"/>            <cfield name="alien_item_tax.alien_item"/>
92          </eq>          </eq>
93          <eq>          <or>
94            <cfield name="alien_document.alien_document_type"/>            <eq>
95            <cconst value="2"/>              <cfield name="alien_document.alien_document_type"/>
96          </eq>              <cconst value="2"/> <!-- Factura tipo A -->
97              </eq>
98              <eq>
99                <cfield name="alien_document.alien_document_type"/>
100                <cconst value="10"/> <!-- Factura tipo B -->
101              </eq>
102              <eq>
103                <cfield name="alien_document.alien_document_type"/>
104                <cconst value="11"/> <!-- Factura tipo C -->
105              </eq>
106            </or>
107       </and>       </and>
108      </condition>      </condition>
109    </datasource>    </datasource>

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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