diff --git a/invoice.php b/invoice.php index ab1ac006..7ebdd786 100644 --- a/invoice.php +++ b/invoice.php @@ -247,7 +247,7 @@ if (isset($_GET['invoice_id'])) { - +
| Sort | Item | Description | @@ -283,10 +284,28 @@ if (isset($_GET['invoice_id'])) { $tax_id = intval($row['item_tax_id']); $total_tax = $item_tax + $total_tax; $sub_total = $item_price * $item_quantity + $sub_total; + $item_order_id = intval($row['item_order_id']); ?>|
|---|---|---|---|
|
+
+
+
+
+
+
+ |
+
@@ -323,6 +342,8 @@ if (isset($_GET['invoice_id'])) {
|