This is an automated email from the ASF dual-hosted git repository. jacopoc pushed a commit to branch release17.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 1dd8d5e757c3f1a527fce6380e506ce55a046b76 Author: Jacopo Cappellato <[email protected]> AuthorDate: Fri Jan 3 17:32:18 2020 +0100 Fixed: Update budget demo data to reflect recent changes to the demo finacial period data. --- applications/accounting/data/BudgetDemoData.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/accounting/data/BudgetDemoData.xml b/applications/accounting/data/BudgetDemoData.xml index 8f7a1ec..22819ce 100644 --- a/applications/accounting/data/BudgetDemoData.xml +++ b/applications/accounting/data/BudgetDemoData.xml @@ -18,7 +18,7 @@ specific language governing permissions and limitations under the License. --> <entity-engine-xml> - <Budget budgetId="DemoBudget001" budgetTypeId="CAPITAL_BUDGET" customTimePeriodId="6016" comments="Demo for budget 001"/> + <Budget budgetId="DemoBudget001" budgetTypeId="CAPITAL_BUDGET" customTimePeriodId="6015" comments="Demo for budget 001"/> <Budget budgetId="DemoBudget002" budgetTypeId="OPERATING_BUDGET" customTimePeriodId="6010" comments="Demo for budget 002"/> <BudgetStatus budgetId="DemoBudget001" statusId="BG_CREATED" statusDate="2009-01-09 00:00:00.000"/>

