Browse Source

fix bug payment receipt

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
08b423cba1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/Form/ResidentialController.php

+ 1
- 1
app/Http/Controllers/Form/ResidentialController.php View File

@@ -462,7 +462,7 @@ class ResidentialController extends Controller

public function storeFormDataD(Request $request){

$su_id = ''; $pathIconF = ''; $pathIconB = ''; $pathVisaF = ''; $pathVisaB = '';
$su_id = ''; $pathIconF = ''; $pathIconB = ''; $pathVisaF = ''; $pathVisaB = ''; $pathPaymentReceipt=''; $pathSOForm='';

do {
$su_id = strtoupper('CBB-'.$this->random_code(6).'R');

Loading…
Cancel
Save