TEST_the flag remove as per old

This commit is contained in:
venba-Inspriron-3558 2025-11-12 15:49:23 +05:30
parent 8cfe1fb0b8
commit f5f9361777

View File

@ -1432,8 +1432,8 @@
let bap = selectedOption.data('bap') || '';
let allocg = selectedOption.data('allocg') || '';
let endorsement_type = $('#action_type').val();
// let isDeletion = endorsement_type === "deletion"; // OLD
let isDeletion = false; // REF : VR,SVR and SVM remove "-" .
let isDeletion = endorsement_type === "deletion";
// let isDeletion = false; // REF : VR,SVR and SVM remove "-" forenoon, they all said to revert it i don't know the reason 12/N/25 3:47pm .
console.log("bap:", bap, "allocg:", allocg, "isDeletion:", isDeletion);