|
Link Here
|
| 92 |
[ |
92 |
[ |
| 93 |
{ contractenddate => { '>=' => \'now()' } }, |
93 |
{ contractenddate => { '>=' => \'now()' } }, |
| 94 |
{ $basket ? ( contractnumber => $basket->contractnumber ) : () } |
94 |
{ $basket ? ( contractnumber => $basket->contractnumber ) : () } |
| 95 |
] |
95 |
], |
|
|
96 |
{ order_by => 'contractname' }, |
| 96 |
); |
97 |
); |
| 97 |
|
98 |
|
| 98 |
# Check if basket name should be read-only (EDI-generated with PO number setting) |
99 |
# Check if basket name should be read-only (EDI-generated with PO number setting) |
| 99 |
- |
|
|