username@email.com
2024-09-30 c8fa1df50f42b0b91bec2d3b813ebfb003e6e579
CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
@@ -1226,7 +1226,7 @@
    $("[name='pNameMP']").val(dataJson.PaperMP);
    $("[name='paper0']").val(dataJson.PaperId);
    if (dataJson.PrintMode == 0) {
        if (dataJson.PaperMP && dataJson.PaperMP != "") {
        if (dataJson.PaperMP && dataJson.PaperMP != "" && $("#hidPrintTypeId").val() !="29") {
            PaperSelect($("[name='pNameMP']").val(), $("#hidPrintTypeId").val(), 0);
        }
        else {