fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9497] property: update_voucher_by_changed_order


From: Sigurd Nes
Subject: [Fmsystem-commits] [9497] property: update_voucher_by_changed_order
Date: Mon, 04 Jun 2012 16:31:28 +0000

Revision: 9497
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9497
Author:   sigurdne
Date:     2012-06-04 16:31:28 +0000 (Mon, 04 Jun 2012)
Log Message:
-----------
property: update_voucher_by_changed_order

Modified Paths:
--------------
    trunk/property/inc/class.soinvoice.inc.php

Modified: trunk/property/inc/class.soinvoice.inc.php
===================================================================
--- trunk/property/inc/class.soinvoice.inc.php  2012-06-04 16:20:43 UTC (rev 
9496)
+++ trunk/property/inc/class.soinvoice.inc.php  2012-06-04 16:31:28 UTC (rev 
9497)
@@ -2039,7 +2039,7 @@
                        $value_set['oppsynsmannid']                     = 
$order_info['janitor'];
                        $value_set['saksbehandlerid']           = 
$order_info['supervisor'];
                        $value_set['budsjettansvarligid']       = 
$order_info['budget_responsible'];
-
+                       $value_set['project_id']                        = 
execMethod('property.soXport.get_project',$order_id);
                        $value_set      = 
$this->db->validate_update($value_set);
                        $this->db->query("UPDATE fm_ecobilag SET $value_set 
WHERE id =" . (int)$line_id,__LINE__,__FILE__);
                        return $GLOBALS['phpgw']->db->transaction_commit();




reply via email to

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