phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.boproject.inc.php, 1.3


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.boproject.inc.php, 1.3
Date: Wed, 30 Jun 2004 20:02:37 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.boproject.inc.php

date: 2004/06/30 18:02:37;  author: sigurdne;  state: Exp;  lines: +4 -1

Log Message:
no message
=====================================================================
Index: property/inc/class.boproject.inc.php
diff -u property/inc/class.boproject.inc.php:1.2 
property/inc/class.boproject.inc.php:1.3
--- property/inc/class.boproject.inc.php:1.2    Wed Jun  2 18:54:28 2004
+++ property/inc/class.boproject.inc.php        Wed Jun 30 18:02:37 2004
@@ -361,7 +361,10 @@
                                                
if($attribute['name']=='org_name')
                                                {
                                                        
$project['workorder_budget'][$i]['vendor_name']=$attribute['value'];
-                                                       break;
+                                               }
+                                               if($attribute['name']=='email')
+                                               {
+                                                       
$project['workorder_budget'][$i]['vendor_email']=$attribute['value'];
                                                }
                                        }
                                }




reply via email to

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