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

Diff of /papo/forms/productInvoice.gfd

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

revision 1.12 by styxman, Fri Sep 27 19:29:56 2002 UTC revision 1.13 by apronotti, Tue Oct 29 18:30:08 2002 UTC
# Line 44  Line 44 
44    
45    <datasource database="papo" name="creditLimit1DataSource" table="creditlimit">    <datasource database="papo" name="creditLimit1DataSource" table="creditlimit">
46      <condition>      <condition>
47         <and>
48        <eq>        <eq>
49          <cfield name="movement_type"/>          <cfield name="movement_type"/>
50          <cconst value="1"/>          <cconst value="1"/>
51        </eq>        </eq>
52          <null>
53             <cfield name="end_t"/>
54          </null>
55         </and>
56      </condition>      </condition>
57    </datasource>    </datasource>
58    
59    <datasource database="papo" name="creditLimit2DataSource" table="creditlimit">    <datasource database="papo" name="creditLimit2DataSource" table="creditlimit">
60      <condition>      <condition>
61         <and>
62        <eq>        <eq>
63          <cfield name="movement_type"/>          <cfield name="movement_type"/>
64          <cconst value="2"/>          <cconst value="2"/>
65        </eq>        </eq>
66          <null>
67             <cfield name="end_t"/>
68          </null>
69         </and>
70        </condition>
71      </datasource>
72    
73      <datasource database="papo" name="creditLimit3DataSource" table="creditlimit">
74        <condition>
75         <and>
76          <eq>
77            <cfield name="movement_type"/>
78            <cconst value="3"/>
79          </eq>
80          <null>
81             <cfield name="end_t"/>
82          </null>
83         </and>
84      </condition>      </condition>
85    </datasource>    </datasource>
86        

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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