diff --git a/src/routes/src/components/Invoice/ServicesTable.tsx b/src/routes/src/components/Invoice/ServicesTable.tsx index ab4dce2..13ebc8b 100644 --- a/src/routes/src/components/Invoice/ServicesTable.tsx +++ b/src/routes/src/components/Invoice/ServicesTable.tsx @@ -128,6 +128,14 @@ export function ServicesTable({ )} )} + {isGenerated && + service?.contractLineItem?.billingCycle === + BilledType.Once && + !!service?.contractLineItem?.description?.length && ( +

+ {service?.contractLineItem?.description} +

+ )}