24 Feb
2023
24 Feb
'23
11:43 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32450 --- Comment #17 from Marcel de Rooy <m.de.rooy@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.