Skip to content

Refactor to use new view based WATER models #569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 15, 2023
2 changes: 1 addition & 1 deletion app/controllers/billing-accounts.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function changeAddress (request, h) {
const { address, agentCompany, contact } = validatedData.value

const result = await ChangeAddressService.go(
request.params.invoiceAccountId,
request.params.billingAccountId,
address,
agentCompany,
contact
Expand Down
224 changes: 0 additions & 224 deletions app/models/legacy-base.model.js

This file was deleted.

31 changes: 0 additions & 31 deletions app/models/legacy.query-builder.js

This file was deleted.

58 changes: 0 additions & 58 deletions app/models/water/bill-licence.model.js

This file was deleted.

Loading