This commit is contained in:
James Cole 2020-02-14 07:49:29 +01:00
parent bf2d1c223b
commit 7843e781da
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
6 changed files with 6 additions and 6 deletions

View File

@ -116,7 +116,7 @@ class GroupUpdateService
}
app('preferences')->mark();
$transactionGroup->refresh();
return $transactionGroup;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -183,7 +183,7 @@
</div>
</div>
<div class="box-footer" v-if="transactions.length-1 === index && transactionType.toLowerCase() !== 'reconciliation'">
<button class="btn btn-primary" type="button" @click="addTransaction">{{ $t('firefly.add_another_split') }}</button>
<button class="btn btn-default" type="button" @click="addTransaction">{{ $t('firefly.add_another_split') }}</button>
</div>
</div>
</div>