View | Details | Raw Unified | Return to bug 39711
Collapse All | Expand All

(-)a/acqui/basketheader.pl (-2 / +2 lines)
Lines 92-98 if ( $op eq 'add_form' ) { 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
- 

Return to bug 39711