mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat : Cash flow transaction type.
This commit is contained in:
@@ -36,7 +36,7 @@ function AccountTransactionsActionsBar({
|
||||
const handleMoneyInFormTransaction = (value) => {
|
||||
openDialog('money-in', {
|
||||
account_type: value.type,
|
||||
account_id: accountId.id,
|
||||
account_id: accountId,
|
||||
});
|
||||
};
|
||||
|
||||
@@ -44,7 +44,7 @@ function AccountTransactionsActionsBar({
|
||||
const handlMoneyOutFormTransaction = (value) => {
|
||||
openDialog('money-out', {
|
||||
account_type: value.type,
|
||||
account_id: accountId.id,
|
||||
account_id: accountId,
|
||||
});
|
||||
};
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user