Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev

This commit is contained in:
VENKATESHWARAN 2025-11-12 18:47:48 +05:30
commit 5bd385adf0

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);