diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 8de0a69f7..38857c3ad 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -38175,6 +38175,27 @@ + + production_by_technician_one + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + purchases_by_cost_center_detail false diff --git a/client/src/components/jobs-documents-gallery/jobs-document-gallery.download.component.jsx b/client/src/components/jobs-documents-gallery/jobs-document-gallery.download.component.jsx index 957fe3344..7d322c61d 100644 --- a/client/src/components/jobs-documents-gallery/jobs-document-gallery.download.component.jsx +++ b/client/src/components/jobs-documents-gallery/jobs-document-gallery.download.component.jsx @@ -36,7 +36,7 @@ export function JobsDocumentsDownloadButton({ ); const imagesToDownload = [ ...galleryImages.images.filter((image) => image.isSelected), - // ...galleryImages.other.filter((image) => image.isSelected), + ...galleryImages.other.filter((image) => image.isSelected), ]; function downloadProgress(progressEvent) { @@ -123,6 +123,7 @@ export function JobsDocumentsDownloadButton({ a.click(); } }; + return ( <>