Browse Source

fix "new" docket list

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
6595a5d799
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/Http/Controllers/CustomerService/DocketController.php

+ 1
- 0
app/Http/Controllers/CustomerService/DocketController.php View File

@@ -100,6 +100,7 @@ class DocketController extends Controller
$building = $form->Subscriber->company_name;
}

$n1 = '';
$reg_time = $d->created_at;
$expiry_date = $reg_time->addDays(3);
$expiry_date = $expiry_date->getTimestamp();

Loading…
Cancel
Save