From 6ad3065f1fd89672ea29f24a8a6f4ff36e4dbbc5 Mon Sep 17 00:00:00 2001
From: elforjani13 <39470382+elforjani13@users.noreply.github.com>
Date: Mon, 27 Dec 2021 15:19:16 +0200
Subject: [PATCH] feat: landed hint.
---
src/containers/Entries/components.js | 2 +-
src/containers/Expenses/ExpenseForm/components.js | 8 ++------
src/lang/en/index.json | 4 +---
3 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/src/containers/Entries/components.js b/src/containers/Entries/components.js
index 80fcce6e3..a6881db6d 100644
--- a/src/containers/Entries/components.js
+++ b/src/containers/Entries/components.js
@@ -99,7 +99,7 @@ export function IndexTableCell({ row: { index } }) {
const LandedCostHeaderCell = () => {
return (
<>
-
+
} />
>
);
diff --git a/src/containers/Expenses/ExpenseForm/components.js b/src/containers/Expenses/ExpenseForm/components.js
index fb52ac569..1763e9269 100644
--- a/src/containers/Expenses/ExpenseForm/components.js
+++ b/src/containers/Expenses/ExpenseForm/components.js
@@ -56,12 +56,8 @@ const ActionsCellRenderer = ({
const LandedCostHeaderCell = () => {
return (
<>
-
-
+
+ } />
>
);
};
diff --git a/src/lang/en/index.json b/src/lang/en/index.json
index b1893835a..fb992d58a 100644
--- a/src/lang/en/index.json
+++ b/src/lang/en/index.json
@@ -1144,7 +1144,7 @@
"Select transaction": "Select transaction",
"Select transaction entry": "Select transaction entry",
"From transaction": "From transaction",
- "Landed": "Landed",
+ "landed": "Landed",
"This options allows you to be able to add additional cost eg. freight then allocate cost to the items in your bills.": "This options allows you to be able to add additional cost eg. freight then allocate cost to the items in your bills.",
"Once your delete this located landed cost, you won't be able to restore it later, Are your sure you want to delete this transaction?": "Once your delete this located landed cost, you won't be able to restore it later, Are your sure you want to delete this transaction?",
"journal_entries": "Journal Entries",
@@ -1671,6 +1671,4 @@
"invoice.convert_to_credit_note":"Convert to Credit Note",
"bill.convert_to_credit_note":"Convert to Vendor Credit",
"overdue":"Overdue"
-
-
}
\ No newline at end of file