latest commit 17-05-2025
This commit is contained in:
parent
d9b7f7b579
commit
57110ce462
@ -1844,6 +1844,11 @@
|
||||
materialReceivedTd.text(formattedMaterialDate);
|
||||
}
|
||||
|
||||
$(this).find('td select.grade-condition').each(function() {
|
||||
let selectedValue = $(this).val();
|
||||
$(this).closest('td').text(selectedValue);
|
||||
});
|
||||
|
||||
invoiceTd.css("text-align", "left");
|
||||
materialReceivedTd.css("text-align", "left");
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user