diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-13 01:32:27 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-13 01:32:27 +0530 | 
| commit | 0f435049cb3cc6900d881c5dce43bec3a1e60e2e (patch) | |
| tree | 374950fba5605ea8411da428ac94b1deef4e2809 /invoice | |
| parent | fb9ba155438100f295fdb563ad955151ee038ad3 (diff) | |
added item variantsv0.22.0
Diffstat (limited to 'invoice')
| -rw-r--r-- | invoice/invoice.go | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/invoice/invoice.go b/invoice/invoice.go index 9cbc4e7..786f6a2 100644 --- a/invoice/invoice.go +++ b/invoice/invoice.go @@ -21,7 +21,6 @@ import (  	"gorm.io/gorm"  	"time"  	d "vidhukant.com/openbills/db" -	u "vidhukant.com/openbills/util"  )  var db *gorm.DB  |