Update meta files for new release.

This commit is contained in:
James Cole
2023-08-12 18:01:51 +02:00
parent 3c8bfae8ff
commit 1d8a784586
48 changed files with 729 additions and 331 deletions

View File

@@ -498,9 +498,9 @@ class JournalUpdateService
{
$type = $this->transactionJournal->transactionType->type;
if ((
array_key_exists('bill_id', $this->data)
array_key_exists('bill_id', $this->data)
|| array_key_exists('bill_name', $this->data)
)
)
&& TransactionType::WITHDRAWAL === $type
) {
$billId = (int)($this->data['bill_id'] ?? 0);