From 3afe6d9f26d37a63651a09693ba4d85414c3c7db Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 2 Dec 2021 16:32:25 +0100 Subject: [PATCH] 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 fd8819650..5824d705b 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' ), ),