Doc comment

This commit is contained in:
Laurent Destailleur 2016-02-14 21:58:54 +01:00
parent 0076512d5b
commit 13c85516ee

View File

@ -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) {