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

(-)a/C4/Budgets.pm (-1 / +1 lines)
Lines 755-760 sub GetBudgetHierarchy { Link Here
755
            SELECT shipmentcost_budgetid as budget_id,
755
            SELECT shipmentcost_budgetid as budget_id,
756
                SUM(shipmentcost) as shipmentcost
756
                SUM(shipmentcost) as shipmentcost
757
            FROM aqinvoices
757
            FROM aqinvoices
758
            WHERE shipmentcost_budgetid IS NOT NULL
758
            GROUP BY shipmentcost_budgetid
759
            GROUP BY shipmentcost_budgetid
759
            |, 'budget_id'
760
            |, 'budget_id'
760
        );
761
        );
761
- 

Return to bug 40978