aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/customer
diff options
context:
space:
mode:
Diffstat (limited to 'customer')
-rw-r--r--customer/customer.go2
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