|
@@ -1271,6 +1271,8 @@ export function PrintModal({
|
|
|
defaultExpanded={!!initialSelectedPrinterIds?.length}
|
|
defaultExpanded={!!initialSelectedPrinterIds?.length}
|
|
|
showDualNozzleOptions={showDualNozzleOptions}
|
|
showDualNozzleOptions={showDualNozzleOptions}
|
|
|
/>
|
|
/>
|
|
|
|
|
+ )}
|
|
|
|
|
+
|
|
|
{billingEnabled && printableCostCenters.length > 0 && (
|
|
{billingEnabled && printableCostCenters.length > 0 && (
|
|
|
<CostCenterSelect
|
|
<CostCenterSelect
|
|
|
costCenters={printableCostCenters}
|
|
costCenters={printableCostCenters}
|