aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-10-12 13:55:43 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-10-12 13:55:43 +0530
commite9b62a9318d43008d6e15bcb3e19143a58355123 (patch)
treec13cf479760af315bcb674423716d3bd5ae73504 /src/components
parent38370c0e03540fc8d5f5ea3996c16acdf9f32fc3 (diff)
using customer not brand in InvoiceHeaderEditordevelopment
Diffstat (limited to 'src/components')
-rw-r--r--src/components/InvoiceHeaderEditor.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/InvoiceHeaderEditor.vue b/src/components/InvoiceHeaderEditor.vue
index 035ed85..c14be3f 100644
--- a/src/components/InvoiceHeaderEditor.vue
+++ b/src/components/InvoiceHeaderEditor.vue
@@ -148,13 +148,13 @@ onMounted(() => {
<div class="col-md-3"><!-- spacer --></div>
<div class="col-md-3">
- <label for="item-brand-input" class="form-label">Customer</label>
+ <label for="invoice-customer-input" class="form-label">Customer</label>
<select
v-model="customerSelection"
@change="refreshCustomer()"
class="form-select"
- aria-label="Select Brand"
- id="item-brand-input"
+ aria-label="Select Customer"
+ id="invoice-customer-input"
>
<option v-if="allCustomers.length === 0" selected disabled value="null">No customers added in OpenBills!</option>
<option v-else selected disabled value="null">Select Customer</option>