Merge branch 'fixes/fix-bijoux-photos' into staging

This commit is contained in:
Tiavina 2025-01-29 14:58:41 +03:00
commit 01e0df0aec
2 changed files with 1 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -71,7 +71,6 @@ window.addEventListener("DOMContentLoaded", function () {
var pacemakerBtn = document.getElementById("pacemakerBtn");
var rapportSoinBtn = document.getElementById("rapportSoinBtn");
// var rapportBijouxBtn = document.getElementById("rapportBijouxBtn");
var exportCareCertificateButton = document.getElementById("exportCareCertificate");
var setDefuntCoverButton = this.document.getElementById("coverProductsRadioButton");
var exportBijouxRapport = this.document.getElementById("exportBijouxRapport");
@ -129,10 +128,6 @@ window.addEventListener("DOMContentLoaded", function () {
saveRapportSoin({ numdefunt: defuntid });
});
rapportBijouxBtn.addEventListener("click", function(){
saveRapportBijoux({ numdefunt: defuntid });
});
$(".photoBijouUpload").on("change", function () {
let fileInput = this;
let file = fileInput.files[0];