<<

NAME

Koha::Schema::Result::AccountDebitTypesBranch

TABLE: account_debit_types_branches

ACCESSORS

debit_type_code

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 1
  size: 80

branchcode

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

RELATIONS

branchcode

Type: belongs_to

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

debit_type_code

Type: belongs_to

Related object: Koha::Schema::Result::AccountDebitType

<<