IO-541 Payments table allow for closed

This commit is contained in:
Patrick Fic
2021-06-08 17:17:20 -07:00
parent c6df38e753
commit a45bf6d959

View File

@@ -155,7 +155,7 @@ export function JobPayments({
extra={
<Space wrap>
<Button
disabled={jobRO}
disabled={!job.converted}
onClick={() =>
setPaymentContext({
actions: { refetch: refetch },