/[phpcompta]/phpcompta/include/user_form_ven.php
ViewVC logotype

Diff of /phpcompta/include/user_form_ven.php

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

revision 1.1 by sparkyx, Sun Oct 23 18:57:18 2005 UTC revision 1.2 by sparkyx, Tue Oct 25 09:54:07 2005 UTC
# Line 459  function FormVenteView ($p_cn,$p_jrn,$p_ Line 459  function FormVenteView ($p_cn,$p_jrn,$p_
459      // vat rate      // vat rate
460      $a_vat=GetTvaRate($p_cn,$vat);      $a_vat=GetTvaRate($p_cn,$vat);
461      if ( $a_vat == null ) {      if ( $a_vat == null ) {
462        $vat_label="unknown";        $vat_label="";
463        $vat_rate=0.0;        $vat_rate=0.0;
464      } else {      } else {
465        $vat_label=$a_vat['tva_label'];        $vat_label=$a_vat['tva_label'];
# Line 650  function RecordInvoice($p_cn,$p_array,$p Line 650  function RecordInvoice($p_cn,$p_array,$p
650    return $comment;    return $comment;
651  }  }
652    
 ?>  
653    ?>

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