update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user