diff --git a/app/modules/loyalty/templates/loyalty/shared/pins-list.html b/app/modules/loyalty/templates/loyalty/shared/pins-list.html index 3c2a3126..394c3ca6 100644 --- a/app/modules/loyalty/templates/loyalty/shared/pins-list.html +++ b/app/modules/loyalty/templates/loyalty/shared/pins-list.html @@ -197,31 +197,17 @@
- {{ search_autocomplete( - search_var='staffSearch', - results_var='staffSearchResults', - show_dropdown_var='showStaffDropdown', - loading_var='searchingStaff', - search_action='searchStaff()', - select_action='selectStaffMember(item)', - display_field='full_name', - secondary_field='email', - placeholder=_('loyalty.shared.pins.pin_name'), - min_chars=1, - no_results_text=_('loyalty.shared.pins.no_staff_found'), - loading_text=_('loyalty.common.loading') - ) }} +
- +
-

{{ _('loyalty.shared.pins.pin_edit_hint') }}

@@ -229,13 +215,8 @@ {% if show_store_filter %}
- +
{% endif %}