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

Diff of /papo/forms/receipt.gfd

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

revision 1.19 by mhepp, Thu Apr 3 19:37:30 2003 UTC revision 1.20 by apronotti, Fri Apr 4 21:53:32 2003 UTC
# Line 98  Line 98 
98            <cfield name="own_item.id"/>            <cfield name="own_item.id"/>
99            <cfield name="own_item_tax.own_item"/>            <cfield name="own_item_tax.own_item"/>
100          </eq>          </eq>
101          <eq>          <or>
102            <cfield name="own_document.own_document_type"/>            <eq>
103            <cconst value="4"/>              <cfield name="own_document.own_document_type"/>
104          </eq>              <cconst value="4"/> <!-- Factura tipo A -->
105       </and>            </eq>
106              <eq>
107                <cfield name="own_document.own_document_type"/>
108                <cconst value="10"/> <!-- Factura tipo B -->
109              </eq>
110              <eq>
111                <cfield name="own_document.own_document_type"/>
112                <cconst value="11"/> <!-- Factura tipo C -->
113              </eq>
114            </or>
115          </and>
116      </condition>      </condition>
117    </datasource>    </datasource>
118    

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

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