This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
muadzmi02
/
allo
forked from
SwissLink/allo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix "new" docket list
ifah
Siti Hajar Ibrahim
5 years ago
parent
1aa09cbe93
commit
6595a5d799
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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();
Write
Preview
Loading…
Cancel
Save