mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-28 09:16:40 -06:00
Allow bread crumb for bills.
This commit is contained in:
parent
12c1fa2367
commit
b8b59b13a7
@ -291,6 +291,10 @@ try {
|
||||
$breadcrumbs->parent('transactions.show', $object->transactionGroup);
|
||||
}
|
||||
}
|
||||
|
||||
if ($object instanceof Bill) {
|
||||
$breadcrumbs->parent('bills.show', $object);
|
||||
}
|
||||
$breadcrumbs->push(limitStringLength($attachment->filename), route('attachments.edit', [$attachment]));
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user