Files
dolibarr/doc/don.sgml
Rodolphe Quiedeville 24f3c68b56 .
2002-12-30 21:07:11 +00:00

49 lines
852 B
Plaintext

<chapt id="dons">Dons
<sect id="don-conf">Configuration
<p>
$this->enabled = 0;
/* Paiement en ligne */
$this->onlinepayment = 0;
/* Don minimum, 0 pas de limite */
$this->minimum = 0;
/* Email des moderateurs */
$this->email_moderator = "root@localhost";
</p>
</sect>
<sect id="don-suffix">Suffixe de commande
<p>
Le suffixe de commande des dons est la valeur 10.
</p>
</sect>
</chapt>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:nil
sgml-shorttag:t
sgml-namecase-general:t
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:("manual.sgml" "book" "chapt")
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->