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

(-)a/C4/Budgets.pm (-2 / +1 lines)
Lines 1136-1142 sub CloneBudgetHierarchy { Link Here
1136
    to_budget_period_id   => $to_budget_period_id,
1136
    to_budget_period_id   => $to_budget_period_id,
1137
  });
1137
  });
1138
1138
1139
Clone a budget hierarchy.
1139
Move orders from one budget period to another.
1140
1140
1141
=cut
1141
=cut
1142
1142
1143
- 

Return to bug 12164