Fix: rename directory
This commit is contained in:
parent
ac792417b6
commit
9003096810
@ -281,7 +281,7 @@ if ($id || $ref)
|
|||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
print '<form action="'.DOL_URL_ROOT.'/product/sousproduits/fiche.php?id='.$id.'" method="post">';
|
print '<form action="'.DOL_URL_ROOT.'/product/composition/fiche.php?id='.$id.'" method="post">';
|
||||||
print '<table class="nobordernopadding">';
|
print '<table class="nobordernopadding">';
|
||||||
print '<tr><td><b>'.$langs->trans("ProductToAddSearch").'</b></td></tr>';
|
print '<tr><td><b>'.$langs->trans("ProductToAddSearch").'</b></td></tr>';
|
||||||
|
|
||||||
@ -306,7 +306,7 @@ if ($id || $ref)
|
|||||||
if($action == 'search')
|
if($action == 'search')
|
||||||
{
|
{
|
||||||
print '<br>';
|
print '<br>';
|
||||||
print '<form action="'.DOL_URL_ROOT.'/product/sousproduits/fiche.php?id='.$id.'" method="post">';
|
print '<form action="'.DOL_URL_ROOT.'/product/composition/fiche.php?id='.$id.'" method="post">';
|
||||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||||
print '<input type="hidden" name="action" value="add_prod"';
|
print '<input type="hidden" name="action" value="add_prod"';
|
||||||
print '<input type="hidden" name="id" value="'.$id.'"';
|
print '<input type="hidden" name="id" value="'.$id.'"';
|
||||||
@ -418,7 +418,7 @@ if ($action == '')
|
|||||||
{
|
{
|
||||||
if ($user->rights->produit->creer || $user->rights->service->creer)
|
if ($user->rights->produit->creer || $user->rights->service->creer)
|
||||||
{
|
{
|
||||||
print '<a class="butAction" href="'.DOL_URL_ROOT.'/product/sousproduits/fiche.php?action=edit&id='.$productid.'">'.$langs->trans("EditAssociate").'</a>';
|
print '<a class="butAction" href="'.DOL_URL_ROOT.'/product/composition/fiche.php?action=edit&id='.$productid.'">'.$langs->trans("EditAssociate").'</a>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user