Minor bug fixing after smoke testing.

This commit is contained in:
Patrick Fic
2024-02-27 09:04:40 -08:00
parent 42aa42c892
commit 55ef205907
13 changed files with 149 additions and 142 deletions

View File

@@ -112,7 +112,7 @@ function Header({
promanager: HasFeatureAccess({ featureName: 'bills', bodyshop }),
})
) {
accountingChildren.push([
accountingChildren.push(
{
key: 'bills',
icon: <Icon component={FaFileInvoiceDollar} />,
@@ -128,8 +128,8 @@ function Header({
context: {},
});
},
},
]);
}
);
}
if (Simple_Inventory.treatment === 'on') {
@@ -378,7 +378,7 @@ function Header({
...(InstanceRenderManager({
imex: true,
rome: true,
promanager: false// HasFeatureAccess({ featureName: 'courtesycars', bodyshop }),
promanager: false, // HasFeatureAccess({ featureName: 'courtesycars', bodyshop }),
})
? [
{
@@ -587,9 +587,9 @@ function Header({
label: (
<Tooltip
title={`A more modern ${InstanceRenderManager({
imex: t("titles.imexonline"),
rome: t("titles.romeonline"),
promanager: t("titles.promanager")
imex: t('titles.imexonline'),
rome: t('titles.romeonline'),
promanager: t('titles.promanager'),
})} is ready for you to try! You can switch back at any time.`}
>
<InfoCircleOutlined />