Improved UI UX

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-04-07 12:50:28 -06:00
parent ca975bbdd3
commit b008ce2ab8
2 changed files with 7 additions and 0 deletions

View File

@@ -95,6 +95,9 @@
$("#inputSuppliesModalContent").html(data);
$('#inputSuppliesModal').modal('show');
recalculateTotal();
if (copySuppliesAttachments) {
$('#inputCopySuppliesAttachments').attr('checked', true);
}
}
});
} else {