up
This commit is contained in:
@@ -13,7 +13,8 @@ class ListOjalPresillas extends ListRecords
|
|||||||
protected function getHeaderActions(): array
|
protected function getHeaderActions(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
Actions\CreateAction::make(),
|
Actions\CreateAction::make()
|
||||||
|
->label('Crear'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,6 +48,11 @@ class OrdenProduccion extends Model
|
|||||||
return $this->hasMany(\App\Models\Confeccion::class);
|
return $this->hasMany(\App\Models\Confeccion::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function confecciones()
|
||||||
|
{
|
||||||
|
return $this->confeccions();
|
||||||
|
}
|
||||||
|
|
||||||
public function tintorerias()
|
public function tintorerias()
|
||||||
{
|
{
|
||||||
return $this->hasMany(\App\Models\Tintoreria::class);
|
return $this->hasMany(\App\Models\Tintoreria::class);
|
||||||
|
|||||||
Reference in New Issue
Block a user