fixing saving task, when there are no routes
This commit is contained in:
@@ -166,6 +166,7 @@ class Tasks
|
|||||||
*/
|
*/
|
||||||
public function createRouteRows( $aRoutes )
|
public function createRouteRows( $aRoutes )
|
||||||
{
|
{
|
||||||
|
$routeID = array();
|
||||||
foreach ( $aRoutes as $key => $row ) {
|
foreach ( $aRoutes as $key => $row ) {
|
||||||
$oRoute = new Route();
|
$oRoute = new Route();
|
||||||
//unset ($row['ROU_UID']);
|
//unset ($row['ROU_UID']);
|
||||||
|
|||||||
Reference in New Issue
Block a user