Update customer search label in SelectCustomerFormPOS

Removed "(ID / Name)" from the customer search label for clarity. This improves readability and ensures the label is more concise while maintaining its purpose.
This commit is contained in:
Jepp9350
2025-03-03 16:02:03 +01:00
parent 5d9aabc02a
commit c13c08ad87
@@ -66,7 +66,7 @@ const keyDownNextTabIndexButton = (event, tabIndex) => {
<template>
<div>
<div class="field" :class="{'is-hidden': isCustomerSelected()}">
<label class="label">Customer Search (ID / Name)</label>
<label class="label">Customer Search</label>
<div class="control" :class="{'is-loading': isSearching}">
<CustomerSearchField
:v-model="customer_id"