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

(-)a/acqui/basketheader.pl (-2 / +2 lines)
Lines 91-97 if ( $op eq 'add_form' ) { Link Here
91
        [
91
        [
92
            { contractenddate => { '>=' => \'now()' } },
92
            { contractenddate => { '>=' => \'now()' } },
93
            { $basket ? ( contractnumber => $basket->contractnumber ) : () }
93
            { $basket ? ( contractnumber => $basket->contractnumber ) : () }
94
        ]
94
        ],
95
        { order_by => 'contractname' },
95
    );
96
    );
96
97
97
    $template->param(
98
    $template->param(
98
- 

Return to bug 39711