diff --git a/public_html/doc/customer_process.php b/public_html/doc/customer_process.php
index 2d98541..6d4284f 100644
--- a/public_html/doc/customer_process.php
+++ b/public_html/doc/customer_process.php
@@ -198,6 +198,7 @@ if ($actionStr == "CUSTOMERINFO") {
$data['c_hstno'] = str_replace("\\","",trim($c_hstno));
$data['c_identcode'] = str_replace("\\","",trim($c_identcode));
$data['c_manualvolume'] = isset($_POST['isManual'])? 'Y': 'N';
+ $data['c_time_restricted'] = isset($_POST['c_time_restricted'])? 'Y': 'N';
$data['c_createdby'] = $_SESSION['ss_UID'] ?? null;
$data['c_updatedby'] = $_SESSION['ss_UID'] ?? null;