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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user