From 69aed8ac7f03d794d4fb3849b27364655a5c8c8a Mon Sep 17 00:00:00 2001 From: "cam.lafit" Date: Wed, 19 Jul 2017 16:27:34 +0200 Subject: [PATCH] Allow RUM on creation step * close #4932 --- htdocs/societe/rib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php index d571e218e5181..21a415f22681f 100644 --- a/htdocs/societe/rib.php +++ b/htdocs/societe/rib.php @@ -203,6 +203,7 @@ $account->proprio = GETPOST('proprio','alpha'); $account->owner_address = GETPOST('owner_address','alpha'); $account->frstrecur = GETPOST('frstrecur'); + $account->rum = GETPOST('rum','alpha'); // This test can be done only once properties were set if ($account->needIBAN() == 1) @@ -871,7 +872,7 @@ // RUM print ''.$langs->trans("RUM").''; - print ''.$langs->trans("RUMWillBeGenerated").''; + print '
'.$langs->trans("RUMWillBeGenerated").''; // FRSTRECUR print ''.$langs->trans("WithdrawMode").'';