default values for configuration
[iserv-mod-room-reservation.git] / includes / mod_roomReservationBookingTable.inc
old mode 100644 (file)
new mode 100755 (executable)
index c70ddc1..c19b78f
@@ -546,6 +546,7 @@ CSS;
               if($nNewUid > 0) {
                 // print new booking and increment the "next row" variable by
                 // the current span
+                $oNewBooking->setUid($nNewUid);
                 $anNextRow[$i] += $this->printBooking($nTs, $ts, $oNewBooking,
                   MOD_ROOM_RESERVATION_BTPB_NEW);
               }
This page took 0.022618 seconds and 4 git commands to generate.