mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix: payment receive and made.
This commit is contained in:
@@ -34,6 +34,7 @@ export function ActionsMenu({
|
||||
/>
|
||||
<If condition={!receipt.is_closed}>
|
||||
<MenuItem
|
||||
icon={<Icon icon={'check'} iconSize={18} />}
|
||||
text={formatMessage({ id: 'mark_as_closed' })}
|
||||
onClick={safeCallback(onClose, receipt)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user