Merge pull request #2351 from gradido/amount-is-negative-sending-gdd

This commit is contained in:
jjimenezgarcia 2022-11-09 10:48:07 +01:00 committed by GitHub
commit f555e82d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
<div class="m-1 mt-2">{{ $t('GDD') }}</div>
</b-input-group-prepend>
<div class="p-3">{{ (amount * -1) | GDD }}</div>
<div class="p-3">{{ amount | GDD }}</div>
</b-input-group>
<br />