This commit is contained in:
Maxime Kohlhaas 2015-04-18 20:03:40 +02:00
parent c3bcda74f3
commit ecf1fbe5a7

View File

@ -424,7 +424,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
// Bouton Enregistrer // Bouton Enregistrer
if ($action != 'add_paiement') if ($action != 'add_paiement')
{ {
print '<<br><div class="center"><input type="checkbox" checked="checked" name="closepaidinvoices"> '.$langs->trans("ClosePaidInvoicesAutomatically"); print '<br><div class="center"><input type="checkbox" checked="checked" name="closepaidinvoices"> '.$langs->trans("ClosePaidInvoicesAutomatically");
print '<br><input type="submit" class="button" value="'.$langs->trans('Save').'"></div>'; print '<br><input type="submit" class="button" value="'.$langs->trans('Save').'"></div>';
} }