mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Update SalesOrderAllocationTable (#8911)
* Update SalesOrderAllocationTable - Add 'description' column for part - Add 'IPN' column for part * Fix unit test
This commit is contained in:
		| @@ -155,7 +155,7 @@ test('Sales Orders - Shipments', async ({ page }) => { | ||||
|   // Click through the various tabs | ||||
|   await page.getByRole('tab', { name: 'Attachments' }).click(); | ||||
|   await page.getByRole('tab', { name: 'Notes' }).click(); | ||||
|   await page.getByRole('tab', { name: 'Assigned Items' }).click(); | ||||
|   await page.getByRole('tab', { name: 'Allocated Stock' }).click(); | ||||
|  | ||||
|   // Ensure assigned items table loads correctly | ||||
|   await page.getByRole('cell', { name: 'BATCH-001' }).first().waitFor(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user