IO-1817 Delete existing bill line.

This commit is contained in:
Patrick Fic
2022-04-13 14:49:33 -07:00
parent 77ed64969e
commit 1eacf43669
3 changed files with 26 additions and 5 deletions

View File

@@ -81,11 +81,6 @@ export function JobLinesComponent({
(c) => c.name === job.ins_co_nm
)?.private;
console.log(
"🚀 ~ file: job-lines.component.jsx ~ line 81 ~ jobIsPrivate",
jobIsPrivate
);
const columns = [
{
title: "#",