https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32450
--- Comment #17 from Marcel de Rooy <[email protected]> --- __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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
