[UPDT] PMS: Key result save function, progress percentage change update

This commit is contained in:
Horilla
2024-03-26 14:20:53 +05:30
parent 5e3ba760c7
commit 3677d268d2

View File

@@ -405,7 +405,7 @@
},
success: function (response) {
if (response.type != 'error'){
keyResultRow.find('.p-percentage').text(prgressPercentage);
keyResultRow.find('.p-percentage').text(prgressPercentage+'%');
// Iterate over each span and get its text content
var total_percentage = 0