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

(-)a/t/Prices.t (-2 / +1 lines)
Lines 29-35 Koha::Database::flush_schema_cache(); Link Here
29
fixtures_ok [
29
fixtures_ok [
30
    Currency => [
30
    Currency => [
31
        [ qw/ currency symbol rate active / ],
31
        [ qw/ currency symbol rate active / ],
32
        [[ 'my_cur', '€', 1, 1, ]],
32
        [ 'my_cur', '€', 1, 1, ],
33
    ],
33
    ],
34
    Aqbookseller => [
34
    Aqbookseller => [
35
        [ qw/ id name listincgst invoiceincgst / ],
35
        [ qw/ id name listincgst invoiceincgst / ],
36
- 

Return to bug 20466