diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 16:53:05 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 16:53:05 +0530 | 
| commit | 323ec9657e305cfde2d08d582071646cc0354b62 (patch) | |
| tree | e6570665067cd903dd3fe6ddde2c380b6622ce67 /customer | |
| parent | 7088182873febced7c192110477a7a6b509a995d (diff) | |
Changed customer's Name field to FirmNamev0.11.0
Diffstat (limited to 'customer')
| -rw-r--r-- | customer/customer.go | 2 | 
1 files changed, 1 insertions, 1 deletions
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  |