Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
5bd385adf0
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user