diff --git a/client/src/containers/Sales/PaymentReceive/PaymentReceiveFormHeader.js b/client/src/containers/Sales/PaymentReceive/PaymentReceiveFormHeader.js
index cd6d5ec7d..09c3f9943 100644
--- a/client/src/containers/Sales/PaymentReceive/PaymentReceiveFormHeader.js
+++ b/client/src/containers/Sales/PaymentReceive/PaymentReceiveFormHeader.js
@@ -21,12 +21,15 @@ import {
FieldRequiredHint,
Icon,
InputPrependButton,
+ MoneyInputGroup,
+ InputPrependText,
Hint,
Money,
} from 'components';
import withCustomers from 'containers/Customers/withCustomers';
import withAccounts from 'containers/Accounts/withAccounts';
+import withSettings from 'containers/Settings/withSettings';
import withDialogActions from 'containers/Dialog/withDialogActions';
function PaymentReceiveFormHeader({
@@ -47,6 +50,9 @@ function PaymentReceiveFormHeader({
//#withAccouts
accountsList,
+ //#withSettings
+ baseCurrency,
+
// #withInvoices
receivableInvoices,
// #ownProps
@@ -149,15 +155,17 @@ function PaymentReceiveFormHeader({