@mseva/digit-ui-module-rentandlease 1.0.14 → 1.0.15
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -9720,7 +9720,7 @@ const MyProperties = ({
|
|
|
9720
9720
|
to: `/digit-ui/citizen/rentandlease/property/${property === null || property === void 0 ? void 0 : property.applicationNumber}/${property === null || property === void 0 ? void 0 : property.tenantId}`
|
|
9721
9721
|
}, /*#__PURE__*/React.createElement(SubmitBar, {
|
|
9722
9722
|
label: t("CS_VIEW_DETAILS")
|
|
9723
|
-
})), ((property === null || property === void 0 ? void 0 : property.status) == "PENDINGPAYMENT" || (property === null || property === void 0 ? void 0 : property.status) == "PENDING_FOR_PAYMENT") && /*#__PURE__*/React.createElement(SubmitBar, {
|
|
9723
|
+
})), ((property === null || property === void 0 ? void 0 : property.status) == "PENDINGPAYMENT" || (property === null || property === void 0 ? void 0 : property.status) == "PENDING_FOR_PAYMENT" || (property === null || property === void 0 ? void 0 : property.status) == "PENDING_FOT_SETLEMENT") && /*#__PURE__*/React.createElement(SubmitBar, {
|
|
9724
9724
|
label: t("CS_APPLICATION_DETAILS_MAKE_PAYMENT"),
|
|
9725
9725
|
onSubmit: () => handleMakePayment(property === null || property === void 0 ? void 0 : property.applicationNumber)
|
|
9726
9726
|
})));
|
|
@@ -12221,7 +12221,7 @@ const RALApplicationDetails$1 = () => {
|
|
|
12221
12221
|
}
|
|
12222
12222
|
}, /*#__PURE__*/React.createElement(Link, {
|
|
12223
12223
|
to: {
|
|
12224
|
-
pathname: `/digit-ui/employee/payment/collect/
|
|
12224
|
+
pathname: `/digit-ui/employee/payment/collect/rl-services/${acknowledgementIds}/${tenantId}?tenantId=${tenantId}`,
|
|
12225
12225
|
state: {
|
|
12226
12226
|
tenantId: tenantId,
|
|
12227
12227
|
applicationNumber: acknowledgementIds
|
|
@@ -12281,7 +12281,7 @@ const RALApplicationDetails$1 = () => {
|
|
|
12281
12281
|
submitAction(payload);
|
|
12282
12282
|
} else if ((action === null || action === void 0 ? void 0 : action.action) == "PAY") {
|
|
12283
12283
|
const appNo = acknowledgementIds;
|
|
12284
|
-
history.push(`/digit-ui/employee/payment/collect/
|
|
12284
|
+
history.push(`/digit-ui/employee/payment/collect/rl-services/${appNo}/${tenantId}`);
|
|
12285
12285
|
} else {
|
|
12286
12286
|
setShowModal(true);
|
|
12287
12287
|
setSelectedAction(action);
|