removced placeholder for customer field

This commit is contained in:
2026-03-19 07:20:59 -04:00
parent b0e6236cee
commit 8fb9d74277

View File

@@ -25,7 +25,6 @@ module RedmineQbo
# Customer Name Text Box with database backed autocomplete
# onchange event will update the hidden customer_id field
search_customer = f.text_field :customer,
placeholder: l(:field_customer),
class: "customer-name",
autocomplete: "off",
data: {