noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 26/26: REVERT 9bc780c62 SALE : by default inv


From: dwm
Subject: [Noalyss-commit] [noalyss] 26/26: REVERT 9bc780c62 SALE : by default invoice not checked
Date: Wed, 25 Sep 2024 06:44:52 -0400 (EDT)

sparkyx pushed a commit to branch pre-stable
in repository noalyss.

commit f553d76fb3e9e52f75d1be10b711a1b1a1ef38dc
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Sep 23 22:13:47 2024 +0200

    REVERT 9bc780c62 SALE : by default invoice not checked
---
 include/class/acc_ledger_sale.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/acc_ledger_sale.class.php 
b/include/class/acc_ledger_sale.class.php
index 7644f0c49..2f57664fe 100644
--- a/include/class/acc_ledger_sale.class.php
+++ b/include/class/acc_ledger_sale.class.php
@@ -1268,7 +1268,7 @@ EOF;
         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" UNCHECKED>';
+            $r.=_('ou générer une facture') . ' <input type="checkbox" 
name="gen_invoice" CHECKED>';
             // We propose to generate  the invoice and some template
             $doc_gen = new ISelect();
             $doc_gen->name = "gen_doc";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]