Mode de paiement

This commit is contained in:
Dany De Bontridder 2011-11-15 13:46:49 +00:00
parent fd9a5d0ca8
commit cc0571fe92

View file

@ -95,7 +95,7 @@ if ($sb=='ins')
echo HtmlInput::submit('insert',_('Enregistre'));
echo '</form>';
echo HtmlInput::button_anchor(_('Retour sans sauvez'),
'?p_action=divers&sa=mp&'.dossier::get()
'?p_action=divers&sa=mp&'.dossier::get()."&ac=".$_REQUEST['ac']
);
exit();
@ -121,7 +121,7 @@ $array=$mp->get_all();
/* if there are data show them in a table */
if ( ! empty ($array))
{
echo '<table style="border: 2px outset blue; width: 100%;" >';
echo '<table >';
echo $tr.$th._('Libellé').$eth.$th._('Type de fiche')
.$eth.$th._('enregistré dans le journal').$eth.
$th._(' Avec la fiche').$eth.$th.'Action'.$eth.$etr;