|
Lines 171-183
notes related to this order line, made for staff
Link Here
|
| 171 |
|
171 |
|
| 172 |
notes related to this order line, made for vendor |
172 |
notes related to this order line, made for vendor |
| 173 |
|
173 |
|
| 174 |
=head2 purchaseordernumber |
|
|
| 175 |
|
| 176 |
data_type: 'longtext' |
| 177 |
is_nullable: 1 |
| 178 |
|
| 179 |
not used? always NULL |
| 180 |
|
| 181 |
=head2 basketno |
174 |
=head2 basketno |
| 182 |
|
175 |
|
| 183 |
data_type: 'integer' |
176 |
data_type: 'integer' |
|
Lines 479-486
__PACKAGE__->add_columns(
Link Here
|
| 479 |
{ data_type => "longtext", is_nullable => 1 }, |
472 |
{ data_type => "longtext", is_nullable => 1 }, |
| 480 |
"order_vendornote", |
473 |
"order_vendornote", |
| 481 |
{ data_type => "longtext", is_nullable => 1 }, |
474 |
{ data_type => "longtext", is_nullable => 1 }, |
| 482 |
"purchaseordernumber", |
|
|
| 483 |
{ data_type => "longtext", is_nullable => 1 }, |
| 484 |
"basketno", |
475 |
"basketno", |
| 485 |
{ data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, |
476 |
{ data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, |
| 486 |
"timestamp", |
477 |
"timestamp", |
|
Lines 814-821
Composing rels: L</aqorder_users> -> borrowernumber
Link Here
|
| 814 |
__PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); |
805 |
__PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); |
| 815 |
|
806 |
|
| 816 |
|
807 |
|
| 817 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-09-06 17:56:52 |
808 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-02-06 13:49:36 |
| 818 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aaj6mc1M13YFx5P0aXMiEQ |
809 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:44PDFUGle29By4UbYjPZbQ |
| 819 |
|
810 |
|
| 820 |
__PACKAGE__->belongs_to( |
811 |
__PACKAGE__->belongs_to( |
| 821 |
"basket", |
812 |
"basket", |
| 822 |
- |
|
|