Skip to content

Commit

Permalink
fix: hide broken feature "complete order"
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTheHood committed Jul 21, 2022
1 parent 15eda58 commit a85f4d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion new_files/admin/mcm_recover_cart_sales.php
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,8 @@ function getCustomerSessions()
<td class='dataTableContent' align='right' colspan='8'><b>" . $textTotal . "</b>" . $currencies->format($totalPrice) . "</td>
</tr>
<tr>
<td colspan='6' align='right'><a class=\"button\" href=" . xtc_href_link('mcm_recover_cart_sales.php',"action=delete&customer_id=$currentCustomerId&tdate=$tdate") . ">" . BUTTON_DELETE . "</a><a class=\"button\" href=" . xtc_href_link('mcm_recover_cart_sales.php',"action=complete&customer_id=$currentCustomerId&tdate=$tdate") . ">" . BUTTON_COMPLETE . "</a></td>
<td colspan='6' align='right'><a class=\"button\" href=" . xtc_href_link('mcm_recover_cart_sales.php',"action=delete&customer_id=$currentCustomerId&tdate=$tdate") . ">" . BUTTON_DELETE . "</a>
<!--<a class=\"button\" href=" . xtc_href_link('mcm_recover_cart_sales.php',"action=complete&customer_id=$currentCustomerId&tdate=$tdate") . ">" . BUTTON_COMPLETE . "</a>--></td>
</tr>\n";
if (!$skip) {
echo $currentLine;
Expand Down

0 comments on commit a85f4d2

Please sign in to comment.