FIX_"Negative" symbol remove
This commit is contained in:
parent
538572c274
commit
1ccfaa782d
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user