noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/07: add symbol for operation : history car


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/07: add symbol for operation : history card & accounting
Date: Thu, 2 Dec 2021 11:45:04 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 3afe6d9f26d37a63651a09693ba4d85414c3c7db
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Dec 2 16:32:25 2021 +0100

    add symbol for operation : history card & accounting
---
 unit-test/include/class/acc_account_ledger.Test.php | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/unit-test/include/class/acc_account_ledger.Test.php 
b/unit-test/include/class/acc_account_ledger.Test.php
index fd88196..5824d70 100644
--- a/unit-test/include/class/acc_account_ledger.Test.php
+++ b/unit-test/include/class/acc_account_ledger.Test.php
@@ -89,6 +89,8 @@ class Acc_Account_LedgerTest extends TestCase
                     'j_montant' => '8.4000',
                     'oc_amount' => null,
                     'oc_vat_amount' => null
+                    ,'op_analytic' => '0'
+
                 ),
                 1=>
                 array(
@@ -119,6 +121,8 @@ class Acc_Account_LedgerTest extends TestCase
                     ,'j_montant' => '8.4000'
                     ,'oc_amount' => null
                     ,'oc_vat_amount' => null
+                    ,'op_analytic' => '0'
+
 
                 ),
                 2=>
@@ -150,6 +154,7 @@ class Acc_Account_LedgerTest extends TestCase
                     ,'j_montant' => '5.2900'
                     ,'oc_amount' => null
                     ,'oc_vat_amount' => null
+                    ,'op_analytic' => '0'
 
                 ),
                 3=>
@@ -181,6 +186,7 @@ class Acc_Account_LedgerTest extends TestCase
                      'j_montant' => '35.7400',
                      'oc_amount' => null,
                      'oc_vat_amount' => null
+                     ,'op_analytic' => '0'
 
                 ),
                 4=>
@@ -212,6 +218,7 @@ class Acc_Account_LedgerTest extends TestCase
                     'j_montant' => '35.7400',
                     'oc_amount' => null,
                     'oc_vat_amount' => null
+                    ,'op_analytic' => '0'
                 ),
                 5=>
                 array(
@@ -242,6 +249,7 @@ class Acc_Account_LedgerTest extends TestCase
                     'j_montant' => '21.0000',
                     'oc_amount' => null,
                     'oc_vat_amount' => null
+                    ,'op_analytic' => '0'
 
                 ),
             ),



reply via email to

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