Merge branch sprint 6 into dev/teguh

This commit is contained in:
aguhh18
2025-12-08 09:20:54 +07:00
parent f701b30cb3
commit ec2aca936c
8 changed files with 66 additions and 13 deletions
@@ -263,7 +263,6 @@ func createProductWarehouseRow(t *testing.T, db *gorm.DB, qty float64) entity.Pr
ProductId: 1,
WarehouseId: 1,
Quantity: qty,
CreatedBy: 1,
}
if err := db.Create(&pw).Error; err != nil {
t.Fatalf("create product warehouse: %v", err)