Skip to content

Commit d53a7fc

Browse files
committed
Cabinets were missing the mapped assignment.
1 parent a0151f0 commit d53a7fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site_merge.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@
416416
$targetCab->DataCenterID = $dcMap[$row["DataCenterID"]];
417417
$targetCab->ZoneID = $zMap[$row["ZoneID"]];
418418
$targetCab->CabRowID = $cabrowMap[$row["CabRowID"]];
419+
$targetCab->AssignedTo = $depMap[$row["AssignedTo"]];
419420

420421
$targetCab->CreateCabinet();
421422

0 commit comments

Comments
 (0)