Uploads and viewing from bills.
This commit is contained in:
@@ -20,6 +20,8 @@ export function DocumentsLocalUploadComponent({
|
||||
currentUser,
|
||||
bodyshop,
|
||||
job,
|
||||
vendorid,
|
||||
invoice_number,
|
||||
callbackAfterUpload,
|
||||
}) {
|
||||
const { t } = useTranslation();
|
||||
@@ -45,6 +47,8 @@ export function DocumentsLocalUploadComponent({
|
||||
ev,
|
||||
context: {
|
||||
jobid: job.id,
|
||||
vendorid,
|
||||
invoice_number,
|
||||
callback: callbackAfterUpload,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user