Update propal.php

This commit is contained in:
Frédéric FRANCE 2014-11-24 21:01:55 +01:00
parent 81f467661e
commit f5bc6dc634

View File

@ -178,7 +178,8 @@ if ($action == 'set_ASK_PAYMENT_BANK_DURING_PROPOSAL')
setEventMessage($langs->trans("Error"),'errors');
}
}
+// Define constants for submodules that contains parameters (forms with param1, param2, ... and value1, value2, ...)
// Define constants for submodules that contains parameters (forms with param1, param2, ... and value1, value2, ...)
if ($action == 'setModuleOptions')
{
$post_size=count($_POST);