feat: payment made form in new and edit mode.

This commit is contained in:
Ahmed Bouhuolia
2020-11-01 17:40:40 +02:00
parent f76abb3f79
commit 70269d382a
24 changed files with 812 additions and 551 deletions

View File

@@ -70,7 +70,7 @@ export default class BillPayment extends TenantModel {
filter(builder) {
builder.where('reference_type', 'BillPayment');
},
}
},
};
}