Skip to content
Snippets Groups Projects
Commit 13c85516 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Doc comment

parent 0076512d
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ if (empty($reshook))
{
$db->begin();
// Si on a selectionne une propal a copier, on realise la copie
// If we select proposal to clone during creation (when option PROPAL_CLONE_ON_CREATE_PAGE is on)
if (GETPOST('createmode') == 'copy' && GETPOST('copie_propal'))
{
if ($object->fetch(GETPOST('copie_propal')) > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment