Allow 0 and negative closing balances for reconciliations

Fixes #584
This commit is contained in:
Kostas Dizas
2018-11-04 15:20:24 +00:00
parent 9709899941
commit 0f22bdaee9
2 changed files with 2 additions and 1 deletions

View File

@ -128,6 +128,7 @@
decimal : '{{ $currency->decimal_mark }}',
precision : {{ $currency->precision }},
allowZero : true,
allowNegative: true,
@if($currency->symbol_first)
prefix : '{{ $currency->symbol }}'
@else