- Fix CC Cart stuff

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-01-25 16:03:34 -05:00
parent 461bc726aa
commit 2b0ecbdd91
3 changed files with 8 additions and 12 deletions

View File

@@ -225,7 +225,7 @@ export function PayableExportAll({
if (bodyshop.pbs_serialnumber)
return (
<Link to={{ state: { billids }, pathname: `/manage/dmsap` }}>
<Link to='/manage/dmsap' state={{ billids }}>
<Button>{t("jobs.actions.export")}</Button>
</Link>
);