phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: projects/inc class.uibilling.inc.php,1.18.2.4,1.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.uibilling.inc.php,1.18.2.4,1.18.2.5
Date: Tue, 19 Mar 2002 18:46:09 -0500

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv12800

Modified Files:
      Tag: Version-0_9_14-branch
        class.uibilling.inc.php 
Log Message:
tax

Index: class.uibilling.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uibilling.inc.php,v
retrieving revision 1.18.2.4
retrieving revision 1.18.2.5
diff -C2 -r1.18.2.4 -r1.18.2.5
*** class.uibilling.inc.php     12 Feb 2002 16:07:40 -0000      1.18.2.4
--- class.uibilling.inc.php     19 Mar 2002 23:45:42 -0000      1.18.2.5
***************
*** 928,935 ****
  
                        $tax = $this->format_tax($prefs['tax']);
!                       $taxpercent = ($tax/100);
! 
!                       $this->t->set_var('tax',$taxpercent);
  
                        $sum_tax = $sum_netto*$taxpercent;
  
--- 928,934 ----
  
                        $tax = $this->format_tax($prefs['tax']);
!             $this->t->set_var('tax',$tax);
  
+                       $taxpercent = ($tax/100);
                        $sum_tax = $sum_netto*$taxpercent;
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]