large commit

This commit is contained in:
Omair Saleh
2019-10-08 10:56:23 +08:00
parent 26549a2b45
commit 71d8f3d59b
@@ -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'),