From 91df7912e2fe8dd7da204ffaed3e26a3b8cf6f4d Mon Sep 17 00:00:00 2001 From: Afiq Date: Sun, 10 Jan 2021 16:07:21 +0800 Subject: [PATCH] register customer --- app/Http/Controllers/CustomersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/CustomersController.php b/app/Http/Controllers/CustomersController.php index e3a14a5..831eae0 100644 --- a/app/Http/Controllers/CustomersController.php +++ b/app/Http/Controllers/CustomersController.php @@ -120,7 +120,7 @@ class CustomersController extends Controller } if($request->jantina == 'Lelaki'){ $jantina = 'L'; - }elseif($request->jantina == 'Perampuan'){ + }elseif($request->jantina == 'Perempuan'){ $jantina = 'P'; } $split_date = explode('/',$request->tarikh_lahir);