diff --git a/modules/invoiceIn/front/basic-data/index.html b/modules/invoiceIn/front/basic-data/index.html index 037b0657a..be89e502c 100644 --- a/modules/invoiceIn/front/basic-data/index.html +++ b/modules/invoiceIn/front/basic-data/index.html @@ -78,7 +78,7 @@ label="Currency" ng-model="$ctrl.invoiceIn.currencyFk" url="Currencies" - show-field="name" + show-field="code" value-field="id" rule> diff --git a/modules/invoiceIn/front/summary/index.html b/modules/invoiceIn/front/summary/index.html index 47b89f7e8..eec31e952 100644 --- a/modules/invoiceIn/front/summary/index.html +++ b/modules/invoiceIn/front/summary/index.html @@ -46,7 +46,7 @@ - taxable base {{2 | currency: 'EUR':2}} + taxable base {{1 | currency: 'EUR':2}}

total {{3 | currency: $ctrl.summary.currency.code:2}}

Due day -
+ this.referenceRate = res.data); + } + }*/ add() { + const defaultExpenseFk = 6000000001; + this.$.model.insert({ invoiceIn: this.$params.id, - expenseFk: 6000000001 + expenseFk: defaultExpenseFk }); } onSubmit() {