<<

NAME

Koha::Schema::Result::AqorderUser

TABLE: aqorder_users

ACCESSORS

ordernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

the order this patrons receive notifications from (aqorders.ordernumber)

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

the borrowernumber for the patron receiving notifications for this order (borrowers.borrowernumber)

PRIMARY KEY

RELATIONS

borrowernumber

Type: belongs_to

Related object: Koha::Schema::Result::Borrower

ordernumber

Type: belongs_to

Related object: Koha::Schema::Result::Aqorder

<<