fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8931] bkbooking: bugfix


From: Kjell Arne Espedal
Subject: [Fmsystem-commits] [8931] bkbooking: bugfix
Date: Mon, 20 Feb 2012 12:32:11 +0000

Revision: 8931
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8931
Author:   kjell
Date:     2012-02-20 12:31:35 +0000 (Mon, 20 Feb 2012)
Log Message:
-----------
bkbooking: bugfix

Modified Paths:
--------------
    trunk/booking/inc/class.socompleted_reservation_export.inc.php

Modified: trunk/booking/inc/class.socompleted_reservation_export.inc.php
===================================================================
--- trunk/booking/inc/class.socompleted_reservation_export.inc.php      
2012-02-20 10:19:21 UTC (rev 8930)
+++ trunk/booking/inc/class.socompleted_reservation_export.inc.php      
2012-02-20 12:31:35 UTC (rev 8931)
@@ -224,7 +224,7 @@
                                }
                        }
                        
-                       $reservations = 
$this->completed_reservation_so->read(array('filters' => $filters, 'results' => 
'all', 'order' => 
'customer_type,customer_organization_number,customer_ssn,to_', 'dir' => 'asc'));
+                       $reservations = 
$this->completed_reservation_so->read(array('filters' => $filters, 'results' => 
'all', 'order' => 
'customer_type,customer_identifier_type,customer_organization_number,customer_ssn,to_',
 'dir' => 'asc'));
                        
                        if (count($reservations['results']) > 0) {
                                return $reservations['results'];




reply via email to

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