[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 18/26: SALE : by default invoice not checked
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 18/26: SALE : by default invoice not checked |
Date: |
Wed, 25 Sep 2024 06:44:50 -0400 (EDT) |
sparkyx pushed a commit to branch pre-stable
in repository noalyss.
commit 50edef1a1bd90603975b1032ef8d81d1cb3456d9
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Sep 22 14:29:30 2024 +0200
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 2f57664fe..7644f0c49 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" CHECKED>';
+ $r.=_('ou générer une facture') . ' <input type="checkbox"
name="gen_invoice" UNCHECKED>';
// We propose to generate the invoice and some template
$doc_gen = new ISelect();
$doc_gen->name = "gen_doc";
- [Noalyss-commit] [noalyss] 02/26: css : Cosmetic add CSS h-section, (continued)
- [Noalyss-commit] [noalyss] 02/26: css : Cosmetic add CSS h-section, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 05/26: Change color border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 03/26: Cosmetic : animate bar menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 04/26: Cosmetic : menu and module , animate, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/26: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 11/26: Fix Bug Cannot create new category of cards, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 13/26: Bug : warning for ledger C0JRN when no category card is checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 12/26: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 14/26: Update MOD1, Belgian template add VAT, document, ..., dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 15/26: PHP Install check if curl present, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 18/26: SALE : by default invoice not checked,
dwm <=
- [Noalyss-commit] [noalyss] 21/26: INSTALL: template must always use its own db structure, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 22/26: MOD1: setting base TVA, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 23/26: MOD2 : remove schema, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 24/26: Cosmetic : remove border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 26/26: REVERT 9bc780c62 SALE : by default invoice not checked, dwm, 2024/09/25