mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-15 07:48:51 +00:00
Shipment parameters (#11641)
* Add 'parameter' support for SalesOrderShipment model
* Add "parameters" tab for shipment view
* Playwright test
* Update CHANGELOG
* Update API version
* Install gettext
* Try yaml format
* Revert "Try yaml format"
This reverts commit 394a5551c8.
---------
Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
@@ -193,6 +193,7 @@ test('Sales Orders - Shipments', async ({ browser }) => {
|
||||
await page.getByRole('cell', { name: tracking_number }).click();
|
||||
|
||||
// Click through the various tabs
|
||||
await loadTab(page, 'Parameters');
|
||||
await loadTab(page, 'Attachments');
|
||||
await loadTab(page, 'Notes');
|
||||
await loadTab(page, 'Allocated Stock');
|
||||
|
||||
Reference in New Issue
Block a user