@mseva/digit-ui-module-common 1.1.88-dev.1.13 → 1.1.88-dev.1.14
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.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -7458,7 +7458,7 @@ const WrapPaymentComponent = props => {
|
|
|
7458
7458
|
...paymentData
|
|
7459
7459
|
}]
|
|
7460
7460
|
}, generatePdfKeyForWs);
|
|
7461
|
-
} else if (paymentData.paymentDetails[0].businessService.includes("BPA") || paymentData.paymentDetails[0].businessService.includes("clu") || paymentData.paymentDetails[0].businessService.includes("
|
|
7461
|
+
} else if (paymentData.paymentDetails[0].businessService.includes("BPA") || paymentData.paymentDetails[0].businessService.includes("clu") || paymentData.paymentDetails[0].businessService.includes("layout")) {
|
|
7462
7462
|
const designation = ulbType === "Municipal Corporation" ? "Municipal Commissioner" : "Executive Officer";
|
|
7463
7463
|
let updatedpayments;
|
|
7464
7464
|
if (paymentData.paymentDetails[0].businessService.includes("BPAREG")) {
|