fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14955] rental: prepare for php 7


From: Sigurd Nes
Subject: [Fmsystem-commits] [14955] rental: prepare for php 7
Date: Sat, 30 Apr 2016 15:22:35 +0000

Revision: 14955
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14955
Author:   sigurdne
Date:     2016-04-30 15:22:35 +0000 (Sat, 30 Apr 2016)
Log Message:
-----------
rental: prepare for php 7

Modified Paths:
--------------
    
thirdparty/PE_custom/NLSH/rental/templates/base/pdf/rental_contract_form_hybler.php
    
thirdparty/PE_custom/NLSH/rental/templates/base/pdf/rental_contract_form_personalbolig2.php

Modified: 
thirdparty/PE_custom/NLSH/rental/templates/base/pdf/rental_contract_form_hybler.php
===================================================================
--- 
thirdparty/PE_custom/NLSH/rental/templates/base/pdf/rental_contract_form_hybler.php
 2016-04-30 12:02:10 UTC (rev 14954)
+++ 
thirdparty/PE_custom/NLSH/rental/templates/base/pdf/rental_contract_form_hybler.php
 2016-04-30 15:22:35 UTC (rev 14955)
@@ -92,7 +92,7 @@
        <dt>E-post.:</dt>
        <dd>
                <?php
-                       $parties = rental_soparty::get_instance()->get(null, 
null, null, null, null, null, array('contract_id' => $contract->get_id()));
+                       $parties = rental_soparty::get_instance()->get(0, 0, 
'', false, '', '', array('contract_id' => $contract->get_id()));
                        $party_email = array();
                        foreach($parties as $party)
                        {

Modified: 
thirdparty/PE_custom/NLSH/rental/templates/base/pdf/rental_contract_form_personalbolig2.php
===================================================================
--- 
thirdparty/PE_custom/NLSH/rental/templates/base/pdf/rental_contract_form_personalbolig2.php
 2016-04-30 12:02:10 UTC (rev 14954)
+++ 
thirdparty/PE_custom/NLSH/rental/templates/base/pdf/rental_contract_form_personalbolig2.php
 2016-04-30 15:22:35 UTC (rev 14955)
@@ -171,7 +171,7 @@
                </td>
        </tr>
        <?php
-               $parties = rental_soparty::get_instance()->get(null, null, 
null, null, null, null, array('contract_id' => $contract->get_id()));
+               $parties = rental_soparty::get_instance()->get(0, 0, '', false, 
'', '', array('contract_id' => $contract->get_id()));
                $party_email = array();
                foreach($parties as $party)
                {




reply via email to

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