SALE : by default invoice not checked

This commit is contained in:
sparkyx 2024-09-22 14:29:30 +02:00
parent efb3d15adc
commit 9bc780c622

View file

@ -1268,7 +1268,7 @@ EOF;
if ($this->db->count_sql("select md_id,md_name from document_modele where md_affect='VEN' ") > 0) { if ($this->db->count_sql("select md_id,md_name from document_modele where md_affect='VEN' ") > 0) {
$r.=_('ou générer une facture') . ' <input type="checkbox" name="gen_invoice" CHECKED>'; $r.=_('ou générer une facture') . ' <input type="checkbox" name="gen_invoice" UNCHECKED>';
// We propose to generate the invoice and some template // We propose to generate the invoice and some template
$doc_gen = new ISelect(); $doc_gen = new ISelect();
$doc_gen->name = "gen_doc"; $doc_gen->name = "gen_doc";