This commit is contained in:
2026-04-25 21:31:50 +02:00
parent 4931c55338
commit 4b998ea5be
16 changed files with 697 additions and 75 deletions

View File

@@ -106,6 +106,10 @@
html += '<option value="' + escapeHtml(key) + '">' + escapeHtml(data.recipientLabels[key]) + '</option>';
});
html += '</select>';
html += '<label class="checkbox-label">'
+ '<input type="checkbox" name="' + namePrefix + '[send_once_per_order]" value="1"> '
+ 'Wyslij tylko raz dla tego zamowienia'
+ '</label>';
return html;
}