Changes in warning message - Production Plan already updated

This commit is contained in:
dhanabalan
2025-03-31 20:16:42 +05:30
parent 29687b109c
commit ba9e85a4e9

View File

@@ -163,10 +163,9 @@ class ProductionPlanResource extends Resource
if ($exists)
{
$set('line_id', null);
$set('ppLineError', $get('shift_id.name').' Production Plan already updated.');
$set('ppLineError', 'Production plan already updated.');
return;
}
$set('ppLineError', null);
}
})