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

Diff of /phpcompta/include/user_form_ach.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 454  function FormAchView ($p_cn,$p_jrn,$p_pe Line 454  function FormAchView ($p_cn,$p_jrn,$p_pe
454      // vat rate      // vat rate
455      $a_vat=GetTvaRate($p_cn,$vat);      $a_vat=GetTvaRate($p_cn,$vat);
456      if ( $a_vat == null ) {      if ( $a_vat == null ) {
457        $vat_label="unknown";        $vat_label="";
458        $vat_rate=0.0;        $vat_rate=0.0;
459      } else {      } else {
460        $vat_label=$a_vat['tva_label'];        $vat_label=$a_vat['tva_label'];
# Line 642  function RecordSell($p_cn,$p_array,$p_us Line 642  function RecordSell($p_cn,$p_array,$p_us
642    return $comment;    return $comment;
643  }  }
644    
 ?>  
645    ?>

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