- 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

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