UPO 4.3, fixes for invoices

This commit is contained in:
Michał Chudy
2026-01-16 08:35:43 +01:00
parent 1912b5b48d
commit 5fb5a624b8
64 changed files with 1044 additions and 1444 deletions

View File

@@ -12,6 +12,8 @@ vi.mock('../../../shared/PDF-functions', () => ({
formatText: vi.fn(),
getContentTable: vi.fn(),
getTable: vi.fn(),
getValue: vi.fn(),
getTStawkaPodatku: vi.fn()
}));
describe(generateZamowienie.name, () => {