mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Combined edit invoice, quote and recurring item into 1 edit item
This commit is contained in:
@@ -260,7 +260,7 @@ if(isset($_GET['invoice_id'])){
|
||||
|
||||
<tr>
|
||||
<td class="text-center d-print-none">
|
||||
<a class="text-secondary" href="#" data-toggle="modal" data-target="#editInvoiceItemModal<?php echo $item_id; ?>"><i class="fa fa-fw fa-edit"></i></a>
|
||||
<a class="text-secondary" href="#" data-toggle="modal" data-target="#editItemModal<?php echo $item_id; ?>"><i class="fa fa-fw fa-edit"></i></a>
|
||||
<a class="text-danger" href="post.php?delete_invoice_item=<?php echo $item_id; ?>"><i class="fa fa-fw fa-trash-alt"></i></a>
|
||||
</td>
|
||||
<td><?php echo $item_name; ?></td>
|
||||
@@ -273,7 +273,7 @@ if(isset($_GET['invoice_id'])){
|
||||
|
||||
<?php
|
||||
|
||||
include("edit_invoice_item_modal.php");
|
||||
include("edit_item_modal.php");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user