fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7771]


From: Torstein
Subject: [Fmsystem-commits] [7771]
Date: Mon, 03 Oct 2011 07:38:32 +0000

Revision: 7771
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7771
Author:   vator
Date:     2011-10-03 07:38:31 +0000 (Mon, 03 Oct 2011)
Log Message:
-----------


Modified Paths:
--------------
    trunk/rental/inc/class.soparty.inc.php

Modified: trunk/rental/inc/class.soparty.inc.php
===================================================================
--- trunk/rental/inc/class.soparty.inc.php      2011-10-03 07:38:21 UTC (rev 
7770)
+++ trunk/rental/inc/class.soparty.inc.php      2011-10-03 07:38:31 UTC (rev 
7771)
@@ -324,6 +324,7 @@
                        'is_inactive = '    . 
$this->marshal(($party->is_inactive() ? 'true' : 'false'), 'bool'),
                        'comment = '        . 
$this->marshal($party->get_comment(), 'string'),
                        'org_enhet_id = '       . 
$this->marshal($party->get_org_enhet_id(), 'int'),
+                       'org_unit_leader = '    . 
$this->marshal($party->get_org_unit_leader(), 'string'),
                        'location_id = '        . $location_id,
                        'result_unit_number = ' . $result_unit_number
                );
@@ -377,6 +378,7 @@
                        $party->set_title(          
$this->unmarshal($this->db->f('title'), 'string'));
                        $party->set_url(            
$this->unmarshal($this->db->f('url'), 'string'));
                        $party->set_org_enhet_id(   
$this->unmarshal($this->db->f('org_enhet_id'), 'string'));
+                       $party->set_unit_leader(   
$this->unmarshal($this->db->f('unit_leader'), 'string'));
                        $sync_message = $party->set_sync_data(
                                array(
                                        'responsibility_id' => 
$this->unmarshal($this->db->f('responsibility_id'), 'string'),




reply via email to

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