[Koha-bugs] [Bug 32450] Make it possible to exclude debit types from charges counted for circulation restriction (noissuecharge)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 24 11:43:49 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32450

--- Comment #17 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
__PACKAGE__->add_columns(
    '+is_system' => { is_boolean => 1 }
);

__PACKAGE__->add_columns(
    "+can_be_sold" => { is_boolean => 1 }
);

__PACKAGE__->add_columns(
    "+can_be_invoiced" => { is_boolean => 1 }
);

__PACKAGE__->add_columns(
    "+restricts_checkouts" => { is_boolean => 1 }
);


Can you merge those in one statement btw ?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list