Koha::Schema::Result::AqordersItem
aqorders_items
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
the order this item is attached to (aqorders.ordernumber)
data_type: 'integer' is_nullable: 0
the item number for this item (items.itemnumber)
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
the date and time this order item was last touched
Type: belongs_to
Related object: Koha::Schema::Result::Aqorder