Skip to content

Commit

Permalink
Merge pull request #725 from episphere/issue#1043-clear-collection-da…
Browse files Browse the repository at this point in the history
…te-and-collection-time-inputs

BPTL - kits receipt page, clear the collection date and the collection time input fields
  • Loading branch information
Gbarra9 authored Jul 9, 2024
2 parents e08abe0 + 849ff19 commit f6e8d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/homeCollection/kitsReceipt.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const storePackageReceipt = async (data) => {
document.getElementById("receivePackageComments").value = "";
document.getElementById("dateReceived").value = getCurrentDate();
document.getElementById("collectionComments").value = "";
document.getElementById("collectionId").value = "";

enableCollectionCardFields();
enableCollectionCheckBox();
document.getElementById("packageCondition").setAttribute("data-selected", "[]");
Expand Down

0 comments on commit f6e8d2d

Please sign in to comment.