username@email.com
2024-09-30 93b130b87d2302f216c8bdc77e95e47eae0ba331
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 {