Updated navigation list order
This commit is contained in:
@@ -23,6 +23,8 @@ class InvoiceFinder extends Page implements HasForms
|
|||||||
|
|
||||||
protected static ?string $navigationGroup = 'Export Dispatch';
|
protected static ?string $navigationGroup = 'Export Dispatch';
|
||||||
|
|
||||||
|
protected static ?int $navigationSort = 6;
|
||||||
|
|
||||||
//use InteractsWithForms;
|
//use InteractsWithForms;
|
||||||
|
|
||||||
public $pId, $invoiceNumber;
|
public $pId, $invoiceNumber;
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ class PalletFromLocator extends Page implements HasForms
|
|||||||
|
|
||||||
protected static ?string $navigationGroup = 'Export Dispatch';
|
protected static ?string $navigationGroup = 'Export Dispatch';
|
||||||
|
|
||||||
|
protected static ?int $navigationSort = 4;
|
||||||
|
|
||||||
public $plantId;
|
public $plantId;
|
||||||
|
|
||||||
public $locatorNo;
|
public $locatorNo;
|
||||||
|
|||||||
@@ -32,6 +32,8 @@ class UploadSerialLocator extends Page implements HasForms
|
|||||||
|
|
||||||
protected static ?string $navigationGroup = 'Export Dispatch';
|
protected static ?string $navigationGroup = 'Export Dispatch';
|
||||||
|
|
||||||
|
protected static ?int $navigationSort = 3;
|
||||||
|
|
||||||
public $upload_serial_locator;
|
public $upload_serial_locator;
|
||||||
|
|
||||||
public $scan_locator = '';
|
public $scan_locator = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user