phpgroupware-developers
[Top][All Lists]
Advanced

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

[Phpgroupware-developers] Bugs in 0.9.14


From: Michael Meskes
Subject: [Phpgroupware-developers] Bugs in 0.9.14
Date: Fri, 1 Feb 2002 12:50:35 +0100
User-agent: Mutt/1.3.25i

Hi,

I think we found some minor bugs in the 0.9.14 branch.

I already send one bug in projects to Bettina and it seems it has been
fixed. However, my database wasn't corrected. No idea why. The problem was
that the attribute num in phpgw_p_invoice had type int4 but needed
varchar(25). Looking into the setup scripts num seems to be defined as
varchar(25) now, but somehow my installation didn't notice. 

Anyway I think there are two more:

- projects: The activity description seems to be empty all the time. We
changed one line class.uibilling.inc.php and now it seems to carry the
correct value. Here's the patch:

--- class.uibilling.inc.backup  Thu Jan 31 17:27:18 2002
+++ class.uibilling.inc.php     Fri Feb  1 12:33:20 2002
@@ -906,7 +909,7 @@
                                        
$this->t->set_var('sumpos',sprintf("%01.2f",round($onehour,2)));
                                        $this->t->set_var('aes',$aes);
 
-                                       $act_descr = 
$GLOBALS['phpgw']->strip_html($inv['act_descr']);
+                                       $act_descr = 
$GLOBALS['phpgw']->strip_html($inv['descr']);
                                        if (! $act_descr) { $act_descr  = 
' '; }
                                        
$this->t->set_var('act_descr',$act_descr);
 

- infolog: The access control feature works nicely but I have no clue what I
am clicking. My window does show all the groups and user and the buttons to
click on but there is no text on top of the buttons to tell me what they
mean.

Hope this helps.

Michael
-- 
Michael Meskes
address@hidden
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



reply via email to

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