Minor bug fixing after smoke testing.
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user