fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8783] booking: temporary fix for customer_organizati


From: Sigurd Nes
Subject: [Fmsystem-commits] [8783] booking: temporary fix for customer_organization_number not validated
Date: Fri, 03 Feb 2012 17:18:08 +0000

Revision: 8783
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8783
Author:   sigurdne
Date:     2012-02-03 17:18:08 +0000 (Fri, 03 Feb 2012)
Log Message:
-----------
booking: temporary fix for customer_organization_number not validated

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

Modified: trunk/booking/inc/class.socompleted_reservation.inc.php
===================================================================
--- trunk/booking/inc/class.socompleted_reservation.inc.php     2012-02-03 
13:53:16 UTC (rev 8782)
+++ trunk/booking/inc/class.socompleted_reservation.inc.php     2012-02-03 
17:18:08 UTC (rev 8783)
@@ -153,6 +153,11 @@
                        $method = "initialize_completed_{$type}";
                        $this->$method($reservation, $entity);
                        $this->set_description($type, $reservation, $entity);
+
+                       //FIXME
+                       // Sigurd Nes, 3.februar 2012: Feiler stygt hvis 
$entity['customer_organization_number'] kommer inn som 'Ikke angitt'            
       
+                       $entity['customer_organization_number'] = (int) 
$entity['customer_organization_number'];
+
                        $this->add($entity);
                }
                




reply via email to

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