mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-22 07:40:32 +00:00
feat(refund vendor):add exchange rate muted & branch.
This commit is contained in:
@@ -61,6 +61,7 @@ function RefundCreditNoteFormFields({
|
||||
|
||||
return (
|
||||
<div className={Classes.DIALOG_BODY}>
|
||||
|
||||
<FeatureCan feature={Features.Branches}>
|
||||
<Row>
|
||||
<Col xs={5}>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { useFormikContext } from 'formik';
|
||||
import { isEqual, isUndefined, isNull, first } from 'lodash';
|
||||
import { first } from 'lodash';
|
||||
|
||||
import { useRefundCreditNoteContext } from './RefundCreditNoteFormProvider';
|
||||
|
||||
@@ -18,5 +18,3 @@ export const useSetPrimaryBranchToForm = () => {
|
||||
}
|
||||
}, [isBranchesSuccess, setFieldValue, branches]);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user