fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15667] booking: more on scheduler


From: sigurdne
Subject: [Fmsystem-commits] [15667] booking: more on scheduler
Date: Wed, 14 Sep 2016 12:51:08 +0000 (UTC)

Revision: 15667
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15667
Author:   sigurdne
Date:     2016-09-14 12:51:08 +0000 (Wed, 14 Sep 2016)
Log Message:
-----------
booking: more on scheduler

Modified Paths:
--------------
    branches/stavangerkommune/booking/inc/class.bobooking.inc.php

Modified: branches/stavangerkommune/booking/inc/class.bobooking.inc.php
===================================================================
--- branches/stavangerkommune/booking/inc/class.bobooking.inc.php       
2016-09-14 12:47:21 UTC (rev 15666)
+++ branches/stavangerkommune/booking/inc/class.bobooking.inc.php       
2016-09-14 12:51:08 UTC (rev 15667)
@@ -908,6 +908,13 @@
                                                        $new_allocations[] = $a;
                                                }
                                        }
+                                       if(!$all_bookings)
+                                       {
+                                               $a = $allocation;
+                                               $a['from_'] = $from_;
+                                               $a['to_'] = $to_;
+                                               $new_allocations[] = $a;
+                                       }
                                        array_shift($times);
                                }
                        }




reply via email to

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