SALE : by default invoice not checked
This commit is contained in:
parent
efb3d15adc
commit
9bc780c622
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue