FIX_"Negative" symbol remove

This commit is contained in:
venba-Inspriron-3558 2025-11-12 12:25:36 +05:30
parent 538572c274
commit 1ccfaa782d

View File

@ -1432,7 +1432,9 @@
let bap = selectedOption.data('bap') || '';
let allocg = selectedOption.data('allocg') || '';
let endorsement_type = $('#action_type').val();
let isDeletion = endorsement_type === "deletion";
// let isDeletion = endorsement_type === "deletion"; // OLD
let isDeletion = false; // REF : VR,SVR and SVM remove "-" .
console.log("bap:", bap, "allocg:", allocg, "isDeletion:", isDeletion);