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

(-)a/Koha/Schema/Result/VendorEdiAccount.pm (-1 / +1 lines)
Lines 257-262 __PACKAGE__->add_columns( Link Here
257
    '+orders_enabled'    => { is_boolean => 1 },
257
    '+orders_enabled'    => { is_boolean => 1 },
258
    '+quotes_enabled'    => { is_boolean => 1 },
258
    '+quotes_enabled'    => { is_boolean => 1 },
259
    '+responses_enabled' => { is_boolean => 1 },
259
    '+responses_enabled' => { is_boolean => 1 },
260
    '+po_is_basketname'  => { is_boolean => 1 },
260
);
261
);
261
262
262
1;
263
1;
263
- 

Return to bug 20253