mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
add new dates
This commit is contained in:
@ -1150,7 +1150,9 @@ class ProductionService extends BaseService
|
||||
}
|
||||
protected function otSolapaColor()
|
||||
{
|
||||
|
||||
if ($this->ot->dates()->solapaStatus()) {
|
||||
$this->statusColor = $this->ordenTrabajoConfig->OT_COLORS["solapa"];
|
||||
};
|
||||
}
|
||||
protected function otEncuadernadoColor()
|
||||
{
|
||||
@ -1172,9 +1174,15 @@ class ProductionService extends BaseService
|
||||
}
|
||||
protected function otCosidoColor()
|
||||
{
|
||||
if ($this->ot->dates()->cosidoStatus()) {
|
||||
$this->statusColor = $this->ordenTrabajoConfig->OT_COLORS["cosido"];
|
||||
};
|
||||
}
|
||||
protected function otGrapadoColor()
|
||||
{
|
||||
if ($this->ot->dates()->grapadoStatus()) {
|
||||
$this->statusColor = $this->ordenTrabajoConfig->OT_COLORS["grapado"];
|
||||
};
|
||||
}
|
||||
protected function updateColor(){
|
||||
$this->otSinImprimirColor();
|
||||
|
||||
Reference in New Issue
Block a user