From 323ec9657e305cfde2d08d582071646cc0354b62 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 10 Oct 2025 16:53:05 +0530 Subject: Changed customer's Name field to FirmName --- customer/customer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'customer') diff --git a/customer/customer.go b/customer/customer.go index 21cae9e..6e7d2e5 100644 --- a/customer/customer.go +++ b/customer/customer.go @@ -47,7 +47,7 @@ type Customer struct { gorm.Model UserID uint `json:"-"` User user.User `json:"-"` - Name string + FirmName string Gstin string ContactName string Phone string -- cgit v1.2.3