feat: restructure sales, add PDF quote generation and WebSocket support
This commit is contained in:
@@ -61,6 +61,7 @@ describe("procurement manager", () => {
|
||||
expect(typeof procurement.fetchDistinctValues).toBe("function");
|
||||
expect(typeof procurement.linkItems).toBe("function");
|
||||
expect(typeof procurement.unlinkItems).toBe("function");
|
||||
expect(typeof procurement.fetchLaborCatalogItems).toBe("function");
|
||||
});
|
||||
|
||||
test("fetchPages calls through without errors (mock absorbs)", async () => {
|
||||
|
||||
Reference in New Issue
Block a user