Skip to content

Commit

Permalink
#163 [RegistrationCertificate] fix: newProduct translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo David committed Apr 5, 2023
1 parent 795c9d7 commit 283238a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
$productPost = GETPOST('fk_product') ?: 0;
print '<tr><td class="">' . $langs->trans('LinkedProduct') . '</td><td>';
$form->select_produits($productPost, 'fk_product', '', 0, 1, -1, 2, '', '', '', '', 'SelectProductsOrServices', 0, 'maxwidth500 widthcentpercentminusxx', 1);
print '<a class="butActionNew" href="' . DOL_URL_ROOT . '/product/card.php?action=create&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?action=create') . '" target="_blank"><span class="fa fa-plus-circle valignmiddle paddingleft" title="' . $langs->trans('AddProduct') . '"></span></a>';
print '<a class="butActionNew" href="' . DOL_URL_ROOT . '/product/card.php?action=create&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?action=create') . '" target="_blank"><span class="fa fa-plus-circle valignmiddle paddingleft" title="' . $langs->trans('NewProduct') . '"></span></a>';
print '</td></tr>';

//Fk_lot
Expand Down

0 comments on commit 283238a

Please sign in to comment.