use tables to display clients

This commit is contained in:
Stefan Tollkühn
2025-07-23 17:33:01 +02:00
parent 8393202661
commit b366e5d0a1
4 changed files with 54 additions and 54 deletions

View File

@@ -2,4 +2,8 @@ module ClientsHelper
def client_form_fields
[:company_name, :firstname, :lastname, :streetname, :zipcode, :city, :country, :email, :phone]
end
def client_view_fields
[:company_name, :firstname, :lastname, :streetname, :zipcode, :city, :country, :email, :phone]
end
end