<<

NAME

Koha::Schema::Result::DefaultBranchCircRule

TABLE: default_branch_circ_rules

ACCESSORS

branchcode

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 0
  size: 10

maxissueqty

  data_type: 'integer'
  is_nullable: 1

maxonsiteissueqty

  data_type: 'integer'
  is_nullable: 1

holdallowed

  data_type: 'tinyint'
  is_nullable: 1

hold_fulfillment_policy

  data_type: 'enum'
  default_value: 'any'
  extra: {list => ["any","homebranch","holdingbranch"]}
  is_nullable: 0

returnbranch

  data_type: 'varchar'
  is_nullable: 1
  size: 15

PRIMARY KEY

RELATIONS

branchcode

Type: belongs_to

Related object: Koha::Schema::Result::Branch

<<