X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FCategory.pm;h=b81e88f4a8b4ff3d58e0844461224591b23954f8;hb=00408e262fbe58f4c6a3fbb722a0cb56d3d22f6c;hp=3dc6327f28697e7406f3b1813878cef4408e3ce6;hpb=ed3621aa475469842bb8ac47467bfef5a15c7086;p=koha.git diff --git a/C4/Category.pm b/C4/Category.pm index 3dc6327f28..b81e88f4a8 100644 --- a/C4/Category.pm +++ b/C4/Category.pm @@ -90,26 +90,48 @@ These are read-only accessors for attributes of a C4::Category object. =head3 $category->categorycode +=cut + =head3 $category->description +=cut + =head3 $category->enrolmentperiod +=cut + =head3 $category->upperagelimit +=cut + =head3 $category->dateofbirthrequired +=cut + =head3 $category->finetype +=cut + =head3 $category->bulk +=cut + =head3 $category->enrolmentfee +=cut + =head3 $category->overduenoticerequired +=cut + =head3 $category->issuelimit +=cut + =head3 $category->reservefee +=cut + =head3 $category->category_type =cut