Merge pull request #12513 from frederic34/patch-11
dol_fiche_end() returns void
This commit is contained in:
commit
6300369433
@ -167,7 +167,7 @@ if ($object->id)
|
|||||||
print "</table>\n";
|
print "</table>\n";
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
print dol_fiche_end();
|
dol_fiche_end();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -174,7 +174,7 @@ if ($id > 0 || !empty($ref))
|
|||||||
|
|
||||||
print "</div>\n";
|
print "</div>\n";
|
||||||
|
|
||||||
print dol_fiche_end();
|
dol_fiche_end();
|
||||||
|
|
||||||
$modulepart = 'commande';
|
$modulepart = 'commande';
|
||||||
$permission = $user->rights->commande->creer;
|
$permission = $user->rights->commande->creer;
|
||||||
|
|||||||
@ -231,7 +231,7 @@ else
|
|||||||
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
print dol_fiche_end();
|
dol_fiche_end();
|
||||||
|
|
||||||
|
|
||||||
// Actions buttons
|
// Actions buttons
|
||||||
|
|||||||
@ -168,7 +168,7 @@ if ($id > 0 || !empty($ref)) {
|
|||||||
|
|
||||||
print "</div>\n";
|
print "</div>\n";
|
||||||
|
|
||||||
print dol_fiche_end();
|
dol_fiche_end();
|
||||||
|
|
||||||
$modulepart = 'expedition';
|
$modulepart = 'expedition';
|
||||||
$permission = $user->rights->expedition->creer;
|
$permission = $user->rights->expedition->creer;
|
||||||
|
|||||||
@ -394,7 +394,7 @@ if (! empty($id) || ! empty($ref))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$listofvariantselected .= '</div>';
|
$listofvariantselected .= '</div>';
|
||||||
//print dol_fiche_end();
|
//dol_fiche_end();
|
||||||
} else {
|
} else {
|
||||||
$title = $langs->trans('EditProductCombination');
|
$title = $langs->trans('EditProductCombination');
|
||||||
}
|
}
|
||||||
@ -602,7 +602,7 @@ if (! empty($id) || ! empty($ref))
|
|||||||
print '</table>';
|
print '</table>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print dol_fiche_end();
|
dol_fiche_end();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user