Added third party payer support IO-546
This commit is contained in:
@@ -5,6 +5,7 @@ import { connect } from "react-redux";
|
||||
import { createStructuredSelector } from "reselect";
|
||||
import { selectPrintCenter } from "../../redux/modals/modals.selectors";
|
||||
import { TemplateList } from "../../utils/TemplateConstants";
|
||||
import Jobd3RdPartyModal from "../job-3rd-party-modal/job-3rd-party-modal.component";
|
||||
import PrintCenterItem from "../print-center-item/print-center-item.component";
|
||||
import PrintCenterSpeedPrint from "../print-center-speed-print/print-center-speed-print.component";
|
||||
|
||||
@@ -44,6 +45,7 @@ export function PrintCenterJobsComponent({ printCenterModal }) {
|
||||
))}
|
||||
</ul>
|
||||
</Collapse.Panel>
|
||||
<Jobd3RdPartyModal jobId={jobId} />
|
||||
</Collapse>
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
Reference in New Issue
Block a user