mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
large commit
This commit is contained in:
@@ -53,7 +53,7 @@ class UpdatesCompany
|
||||
}
|
||||
}
|
||||
|
||||
$this->repository->where('company_id', $company->id)->where('billing', true)->delete();
|
||||
$this->repository->where('type', 1)->where('reference', $company->id)->where('billing', true)->delete();
|
||||
|
||||
$billing = new AddressBookObject(1, $company->id, null, null,
|
||||
$request->input('street_one'), $request->input('street_two'), $request->input('city'),
|
||||
|
||||
Reference in New Issue
Block a user