Skip to content

Commit f372de2

Browse files
committed
Remove link to non-existant script
Fixes #871 Fixes #872 Files changed in commit: SelectCustomer.php
1 parent f95d794 commit f372de2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SelectCustomer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@
189189
<li class="MenuItem">
190190
<a data-title="', __('This allows the deposits received from the customer to be matched against invoices'), '" href="', $RootPath, '/CustomerAllocations.php?DebtorNo=', urlencode($_SESSION['CustomerID']), '">', __('Allocate Receipts OR Credit Notes'), '</a>
191191
</li>
192-
<li class="MenuItem">
193-
<a href="', $RootPath, '/JobCards.php?DebtorNo=', urlencode($_SESSION['CustomerID']), '&amp;BranchNo=', $_SESSION['BranchCode'], '">', __('Job Cards'), '</a>
194-
</li>
195192
<li class="MenuItem">
196193
<a href="', $RootPath, '/CustomerReceipt.php?CustomerID=', urlencode($_SESSION['CustomerID']), '&NewReceipt=Yes&Type=Customer">', __('Enter a Receipt From This Customer'), '</a>
197194
</li>';

0 commit comments

Comments
 (0)