@tomei/rental 0.17.4-dev.5 → 0.17.4-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/components/rental-hirer-change-request/rental-hirer-change-request.js +1 -0
- package/dist/src/components/rental-hirer-change-request/rental-hirer-change-request.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/rental-hirer-change-request/rental-hirer-change-request.ts +1 -0
package/package.json
CHANGED
|
@@ -827,6 +827,7 @@ export class RentalHirerChangeRequest
|
|
|
827
827
|
|
|
828
828
|
//find the number of joint hirers after removal
|
|
829
829
|
const rental = await Rental.init(dbTransaction, this.RentalId);
|
|
830
|
+
rental.AccountType = RentalAccountTypeEnum.JOINT;
|
|
830
831
|
const jointHirers = await rental.getJointHirers(dbTransaction);
|
|
831
832
|
|
|
832
833
|
//filter out the active joint hirers
|