Enable editing of address for phone/broadband, fix billing start for phone

This commit is contained in:
Deon George
2022-09-29 17:45:43 +10:00
parent ec99a5ff75
commit 15a3b11d2e
6 changed files with 34 additions and 10 deletions

View File

@@ -93,6 +93,7 @@ class Broadband extends Type implements ServiceUsage
{
return [
'service_number' => 'nullable|string|min:10|max:10',
'service_address' => 'nullable|string|min:3',
'service_username' => 'nullable|string',
'service_password' => 'nullable|string',
'connect_at' => 'nullable|date',