diff --git a/client/src/containers/Sales/PaymentReceive/PaymentReceiveForm.js b/client/src/containers/Sales/PaymentReceive/PaymentReceiveForm.js
index 38cb287dd..e59270b82 100644
--- a/client/src/containers/Sales/PaymentReceive/PaymentReceiveForm.js
+++ b/client/src/containers/Sales/PaymentReceive/PaymentReceiveForm.js
@@ -67,7 +67,9 @@ function PaymentReceiveForm({
const { formatMessage } = useIntl();
- const [localPaymentEntries, setLocalPaymentEntries] = useState(paymentReceiveEntries);
+ const [localPaymentEntries, setLocalPaymentEntries] = useState(
+ paymentReceiveEntries,
+ );
useEffect(() => {
if (localPaymentEntries !== paymentReceiveEntries) {
@@ -340,8 +342,9 @@ function PaymentReceiveForm({
onConfirm={handleConfirmAmountChangeAlert}
>
- Changing full amount will change all credits and payment were
- applied, Is this okay?
+
@@ -354,8 +357,7 @@ function PaymentReceiveForm({
onConfirm={handleConfirmClearLines}
>
- Clearing the table lines will delete all credits and payment were
- applied, Is this okay?
+
@@ -367,12 +369,12 @@ function PaymentReceiveForm({
onCancel={handleCancelClearFormAlert}
onConfirm={handleConfirmCancelClearFormAlert}
>
- Are you sure you want to clear this transaction?
+
+
+
-
+
}
inline={true}
className={('form-group--payment_receive_no', CLASSES.FILL)}
- labelInfo={}
intent={
errors.payment_receive_no &&
touched.payment_receive_no &&
diff --git a/client/src/containers/Sales/PaymentReceive/PaymentReceivesDataTable.js b/client/src/containers/Sales/PaymentReceive/PaymentReceivesDataTable.js
index 0036f32e6..acacb7e4a 100644
--- a/client/src/containers/Sales/PaymentReceive/PaymentReceivesDataTable.js
+++ b/client/src/containers/Sales/PaymentReceive/PaymentReceivesDataTable.js
@@ -95,9 +95,13 @@ function PaymentReceivesDataTable({
const actionMenuList = useCallback(
(paymentReceive) => (