add psuedo example location_id for preview

This commit is contained in:
Godfrey M
2025-04-07 12:53:17 -07:00
parent a69133e2ae
commit bc3b3cf86e
2 changed files with 5 additions and 1 deletions
@@ -38,6 +38,7 @@ class LabelsController extends Controller
$exampleAsset->order_number = '12345';
$exampleAsset->purchase_date = '2023-01-01';
$exampleAsset->status_id = 1;
$exampleAsset->location_id = 1;
$exampleAsset->company = new Company([
'name' => trans('admin/labels/table.example_company'),