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

Diff of /papo/forms/returnNote.neb

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

revision 1.1 by mhepp, Fri May 9 21:16:41 2003 UTC revision 1.2 by mhepp, Mon May 12 22:03:38 2003 UTC
# Line 176  Line 176 
176    <datasource database="papo" name="ownDocumentDataSource" table="own_document"    <datasource database="papo" name="ownDocumentDataSource" table="own_document"
177      order_by="date" />      order_by="date" />
178    
   <!-- Origen de datos que contiene el número de la próxima nota de devolución -->  
   <datasource name="branchDocumentDataSource" database="papo"  
     table="branch_document, _branch_document_data" historytable="_branch_document_data">  
     <condition>  
       <and>  
         <eq>  
           <cfield name="branch_document.id"/>  
           <cfield name="_branch_document_data._table"/>  
         </eq>  
         <null>  
           <cfield name="_branch_document_data._end_t"/>  
         </null>  
       </and>  
     </condition>  
   </datasource>  
179    
180    <!--   Origen de datos que contiene los items de la nota de devolución -->    <!--   Origen de datos que contiene los items de la nota de devolución -->
181    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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