Update InventarioPrendaDistribucion.php
This commit is contained in:
@@ -30,6 +30,11 @@ class InventarioPrendaDistribucion extends Model
|
||||
return $this->belongsTo(Bodega::class);
|
||||
}
|
||||
|
||||
public function proveedor()
|
||||
{
|
||||
return $this->belongsTo(Proveedor::class);
|
||||
}
|
||||
|
||||
public function color()
|
||||
{
|
||||
return $this->belongsTo(Color::class);
|
||||
|
||||
Reference in New Issue
Block a user