Added 'created_by', 'updated_by' columns StickerMaster screens
This commit is contained in:
@@ -13,7 +13,7 @@ class StickerMaster extends Model
|
||||
protected $fillable = [
|
||||
'item_id',
|
||||
'plant_id',
|
||||
'panel_box_code',
|
||||
'panel_box_code',
|
||||
'serial_number_motor',
|
||||
'serial_number_pump',
|
||||
'serial_number_pumpset',
|
||||
@@ -34,9 +34,13 @@ class StickerMaster extends Model
|
||||
'part_validation5',
|
||||
'laser_part_validation1',
|
||||
'laser_part_validation2',
|
||||
'load_rate',
|
||||
'load_rate',
|
||||
'bundle_quantity',
|
||||
'material_type',
|
||||
'created_at',
|
||||
'created_by',
|
||||
'updated_at',
|
||||
'updated_by',
|
||||
];
|
||||
|
||||
public function item()
|
||||
|
||||
Reference in New Issue
Block a user