mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Allow bread crumb for bills.
This commit is contained in:
@@ -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]));
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user