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

(-)a/Koha/Schema/Result/Accountline.pm (-1 / +2 lines)
Lines 522-525 sub koha_object_class { Link Here
522
    'Koha::Account::Line';
522
    'Koha::Account::Line';
523
}
523
}
524
524
525
1;
525
1;
526
(-)a/Koha/Schema/Result/AdditionalFieldValue.pm (-1 / +2 lines)
Lines 116-119 __PACKAGE__->belongs_to( Link Here
116
116
117
117
118
# You can replace this text with custom code or comments, and it will be preserved on regeneration
118
# You can replace this text with custom code or comments, and it will be preserved on regeneration
119
1;
119
1;
120
(-)a/Koha/Schema/Result/Aqbasket.pm (-1 / +2 lines)
Lines 408-411 __PACKAGE__->add_columns( Link Here
408
    '+is_standing' => { is_boolean => 1 }
408
    '+is_standing' => { is_boolean => 1 }
409
);
409
);
410
410
411
1;
411
1;
412
(-)a/Koha/Schema/Result/Aqinvoice.pm (-1 / +2 lines)
Lines 254-257 sub koha_objects_class { Link Here
254
    'Koha::Acquisition::Invoices';
254
    'Koha::Acquisition::Invoices';
255
}
255
}
256
256
257
1;
257
1;
258
(-)a/Koha/Schema/Result/Aqorder.pm (-2 / +2 lines)
Lines 921-924 __PACKAGE__->add_columns( Link Here
921
    '+uncertainprice' => { is_boolean => 1 }
921
    '+uncertainprice' => { is_boolean => 1 }
922
);
922
);
923
923
924
1;
924
1;
925
925
- 

Return to bug 35451