add contract pdf generation
This commit is contained in:
@@ -63,7 +63,6 @@ export default function ShipmentModal({
|
||||
|
||||
return (
|
||||
<Modal
|
||||
w={{base: "100%", md: "80%", lg: "50%"}}
|
||||
opened={opened}
|
||||
onClose={onClose}
|
||||
title={currentShipment ? t("edit shipment") : t('create shipment')}
|
||||
@@ -93,6 +92,7 @@ export default function ShipmentModal({
|
||||
<MultiSelect
|
||||
label={t("shipment products", {capfirst: true})}
|
||||
placeholder={t("shipment products", {capfirst: true})}
|
||||
description={t("shipment products is necessary only for planned products (if all products are recurrent leave empty)", {capfirst: true})}
|
||||
data={productsSelect || []}
|
||||
clearable
|
||||
searchable
|
||||
|
||||
Reference in New Issue
Block a user