View | Details | Raw Unified | Return to bug 38010
Collapse All | Expand All

(-)a/t/cypress/integration/Acquisitions/Vendors_spec.ts (-1 / +3 lines)
Lines 8-13 const getVendor = () => { Link Here
8
        address4: null,
8
        address4: null,
9
        aliases: [{ alias: "Test alias" }],
9
        aliases: [{ alias: "Test alias" }],
10
        baskets: [],
10
        baskets: [],
11
        baskets_count: 0,
11
        contacts: [
12
        contacts: [
12
            {
13
            {
13
                name: "Test contact",
14
                name: "Test contact",
Lines 43-48 const getVendor = () => { Link Here
43
        ],
44
        ],
44
        invoice_currency: "USD",
45
        invoice_currency: "USD",
45
        invoice_includes_gst: false,
46
        invoice_includes_gst: false,
47
        invoices_count: 0,
46
        list_currency: "USD",
48
        list_currency: "USD",
47
        list_includes_gst: false,
49
        list_includes_gst: false,
48
        name: "My Vendor",
50
        name: "My Vendor",
Lines 50-55 const getVendor = () => { Link Here
50
        phone: "555-555-5555",
52
        phone: "555-555-5555",
51
        postal: "567 Main St. PO Box 25 Springfield, MA 44224",
53
        postal: "567 Main St. PO Box 25 Springfield, MA 44224",
52
        subscriptions: [],
54
        subscriptions: [],
55
        subscriptions_count: 0,
53
        tax_rate: 0.1965,
56
        tax_rate: 0.1965,
54
        type: "Print books",
57
        type: "Print books",
55
        url: "https://koha-community.org/",
58
        url: "https://koha-community.org/",
56
- 

Return to bug 38010