Update thirdparty_lettering_customer.php

This commit is contained in:
Frédéric FRANCE 2019-05-04 10:17:04 +02:00 committed by GitHub
parent 4e9b9b61d8
commit fc520810b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ if ($resql) {
if (empty($obj->lettering_code)) {
print '<td class="nowrap center"><input type="checkbox" class="flat checkforselect" name="toselect[]" id="toselect[]" value="' . $obj->rowid . '" /></td>';
print '<td><a href="'.DOL_URL_ROOT.'/accountancy/bookkeeping/card.php'. '?piece_num=' . $obj->piece_num . '">';
print '<td><a href="'.DOL_URL_ROOT.'/accountancy/bookkeeping/card.php?piece_num=' . $obj->piece_num . '">';
print img_edit();
print '</a></td>' . "\n";
} else {