diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php index f77813951c8..06c16a2efe6 100644 --- a/htdocs/societe/rib.php +++ b/htdocs/societe/rib.php @@ -769,13 +769,14 @@ if ($socid && $action == 'edit' && $user->rights->societe->creer) // RUM print '
| '.$langs->trans("RUM").' | '; - print ''.$langs->trans("RUMWillBeGenerated").' | '.$langs->trans("RUMWillBeGenerated").' | '; - // FRSTRECUR - print '
| '.$langs->trans("WithdrawMode").' | '; - print ''; + $tblArraychoice = array("FRST" => $langs->trans("FRST"), "RECUR" => $langs->trans("RECUR")); + print $form->selectarray("frstrecur", $tblArraychoice, (isset($_POST['frstrecur'])?GETPOST('frstrecur'):'FRST'), 0); + print ' | '; - print '