Changes in warning message - Production Plan already updated
This commit is contained in:
@@ -163,10 +163,9 @@ class ProductionPlanResource extends Resource
|
|||||||
if ($exists)
|
if ($exists)
|
||||||
{
|
{
|
||||||
$set('line_id', null);
|
$set('line_id', null);
|
||||||
$set('ppLineError', $get('shift_id.name').' Production Plan already updated.');
|
$set('ppLineError', 'Production plan already updated.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$set('ppLineError', null);
|
$set('ppLineError', null);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user