diff --git a/app/Views/invoice_form.php b/app/Views/invoice_form.php
index c09a44fe..179d9374 100644
--- a/app/Views/invoice_form.php
+++ b/app/Views/invoice_form.php
@@ -160,7 +160,7 @@
} ?>
-
+
" name="quantity[]" oninput="calculateInvoice(this,= $inx; ?>)" value="= isset($ii_details['quantity']) ? $ii_details['quantity'] : '' ?>" min="1" />
|
@@ -204,7 +204,7 @@
-
+
@@ -321,10 +321,8 @@
@@ -731,11 +729,14 @@ Account No : 89900787655
var cell2 = newRow.insertCell(1);
var cell3 = newRow.insertCell(2);
var cell4 = newRow.insertCell(3);
+ cell4.style.display = "none";
+
var cell5 = newRow.insertCell(4);
var cell6 = newRow.insertCell(5);
var cell7 = newRow.insertCell(6);
var cell8 = newRow.insertCell(7);
- var cell9 = newRow.insertCell(8);
+
+ // var cell9 = newRow.insertCell(8);
html = ` |