add symbol for operation : history card & accounting
This commit is contained in:
parent
b98cda6e32
commit
3afe6d9f26
1 changed files with 8 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue