Jelajahi Sumber

Update invoices.php

Fix the invoice delete.
FusionPBX 8 tahun lalu
induk
melakukan
1c0ea13a31
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      invoices/invoices.php

+ 2 - 2
invoices/invoices.php

@@ -155,7 +155,7 @@ require_once "resources/paging.php";
 				echo 	"<a href='invoice_edit.php?contact_uuid=".$row['contact_uuid']."&id=".$row['invoice_uuid'].$back."' alt='".$text['button-edit']."'>$v_link_label_edit</a>";
 			}
 			if (permission_exists('invoice_delete')) {
-				echo 	"<a href='invoices_delete.php?contact_uuid=".$row['contact_uuid']."&id=".$row['invoice_uuid'].$back."' alt='".$text['button-delete']."' onclick=\"return confirm('".$text['confirm-delete']."')\">$v_link_label_delete</a>";
+				echo 	"<a href='invoice_delete.php?contact_uuid=".$row['contact_uuid']."&id=".$row['invoice_uuid'].$back."' alt='".$text['button-delete']."' onclick=\"return confirm('".$text['confirm-delete']."')\">$v_link_label_delete</a>";
 			}
 			echo 	"</td>\n";
 			echo "</tr>\n";
@@ -188,4 +188,4 @@ require_once "resources/paging.php";
 
 //include the footer
 	require_once "resources/footer.php";
-?>
+?>