phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.boinvoice.inc.php, 1.7


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.boinvoice.inc.php, 1.7
Date: Wed, 1 Sep 2004 23:00:18 +0200

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

date: 2004/09/01 21:00:18;  author: sigurdne;  state: Exp;  lines: +3 -2

Log Message:
no message
=====================================================================
Index: property/inc/class.boinvoice.inc.php
diff -u property/inc/class.boinvoice.inc.php:1.6 
property/inc/class.boinvoice.inc.php:1.7
--- property/inc/class.boinvoice.inc.php:1.6    Sat Aug 21 14:30:49 2004
+++ property/inc/class.boinvoice.inc.php        Wed Sep  1 21:00:18 2004
@@ -775,7 +775,8 @@
                                        $values['location_code']        
=$project['location_code'];
                                        $values['dima']                         
=str_replace('-','',$project['location_code']);
                                        $values['vendor_name']          = 
$this->get_vendor_name($workorder['vendor_id']);
-                                       $values['pmwrkord_code']        = 
intval($values['order']);
+                                       $values['pmwrkord_code']        = 
$values['order'];
+                                       $values['project_id']                   
= $workorder['project_id'];
 
                                        $values = 
$this->set_responsible($values,$workorder['user_id'],$workorder['b_account_id']);
 




reply via email to

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