Fix bug where reprinted receipts not sent to NickelBridge

master
Skylar Ittner 6 years ago
parent 3569446f54
commit 2b078d6d23

@ -96,6 +96,7 @@ $("#transactionsearchbtn").on("click", function () {
$("#managermodal").on("click", ".printreceiptbtn", function () {
$("#managermodal").modal("hide");
$("#receiptchangediv").addClass("d-none");
$("#receiptframe").data("txid", $(this).data("txid"));
$("#receiptframe").attr("src", 'action.php?action=getreceipt&txid=' + $(this).data("txid"));
$("#receiptmodal").modal();
});

Loading…
Cancel
Save