Added Preorderinfrastructre Api (external patchport assignment)

This commit is contained in:
Frank Schubert
2026-02-11 15:28:57 +01:00
parent aa03f29d8f
commit e28c104a4e
6 changed files with 114 additions and 0 deletions
@@ -286,6 +286,12 @@ class PreordercampaignController extends mfBaseController {
$data['exist_is_error'] = 0;
}
if($r->create_external_patchports == 1) {
$data['create_external_patchports'] = 1;
} else {
$data['create_external_patchports'] = 0;
}
//var_dump($r->banned_rimo_fcp);exit;
if($r->banned_rimo_fcp && is_array($r->banned_rimo_fcp) && count($r->banned_rimo_fcp)) {
$banned_fcp_json = json_encode($r->banned_rimo_fcp);