fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7817]


From: Torstein
Subject: [Fmsystem-commits] [7817]
Date: Wed, 05 Oct 2011 05:55:59 +0000

Revision: 7817
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7817
Author:   vator
Date:     2011-10-05 05:55:59 +0000 (Wed, 05 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-05 05:54:56 UTC (rev 
7816)
+++ trunk/rental/inc/class.soparty.inc.php      2011-10-05 05:55:59 UTC (rev 
7817)
@@ -324,7 +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'),
+                       'unit_leader = '        . 
$this->marshal($party->get_unit_leader(), 'string'),
                        'location_id = '        . $location_id,
                        'result_unit_number = ' . $result_unit_number
                );




reply via email to

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