kategoria tekst
This commit is contained in:
parent
3afb995203
commit
dbbbb03e8c
|
|
@ -250,7 +250,9 @@ func ImportProduct(product models.Product, db *gorm.DB) error {
|
|||
log.Println("ERR0001" + errCat.Error())
|
||||
return errCat
|
||||
} else {
|
||||
log.Println("Kategorialardaray" + product.Name)
|
||||
log.Println(categories)
|
||||
return nil
|
||||
}
|
||||
|
||||
var brand gm.Brand
|
||||
|
|
|
|||
Loading…
Reference in New Issue