From 8327ea8cfa9eb83f92780654dd370d97133eac58 Mon Sep 17 00:00:00 2001 From: 10994015 Date: Mon, 13 Nov 2023 09:27:32 +0800 Subject: [PATCH] merge --- wms/contract/contract-input.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wms/contract/contract-input.php b/wms/contract/contract-input.php index 493fa55a..07f91c42 100644 --- a/wms/contract/contract-input.php +++ b/wms/contract/contract-input.php @@ -15,8 +15,6 @@ $stmt->bindParam(':accounttype',$accounttype); $stmt->execute(); $contractpersons = $stmt->fetchAll(PDO::FETCH_ASSOC); -$createFacilityNo = new CreateFacilityNo(); -$facilityno = $createFacilityNo->makeTFacilityNo("T", 'X', 5); ?>