|
@ -15,8 +15,6 @@ $stmt->bindParam(':accounttype',$accounttype); |
|
|
$stmt->execute(); |
|
|
$stmt->execute(); |
|
|
$contractpersons = $stmt->fetchAll(PDO::FETCH_ASSOC); |
|
|
$contractpersons = $stmt->fetchAll(PDO::FETCH_ASSOC); |
|
|
|
|
|
|
|
|
$createFacilityNo = new CreateFacilityNo(); |
|
|
|
|
|
$facilityno = $createFacilityNo->makeTFacilityNo("T", 'X', 5); |
|
|
|
|
|
?> |
|
|
?> |
|
|
<link rel="stylesheet" href="./styles/style.css"> |
|
|
<link rel="stylesheet" href="./styles/style.css"> |
|
|
<link rel="stylesheet" href="semantic/dist/semantic.min.css"> |
|
|
<link rel="stylesheet" href="semantic/dist/semantic.min.css"> |
|
|