mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
chore: fix CASH acount type
This commit is contained in:
@@ -1406,9 +1406,12 @@
|
|||||||
"account_number": "524"
|
"account_number": "524"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Caisse": {
|
"53-Caisse": {
|
||||||
"account_type": "Cash",
|
"account_type": "Cash",
|
||||||
"account_number": "53"
|
"Caisse": {
|
||||||
|
"account_type": "Cash",
|
||||||
|
"account_number": "530"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Virements internes": {
|
"Virements internes": {
|
||||||
"account_number": "58"
|
"account_number": "58"
|
||||||
|
|||||||
@@ -1920,9 +1920,12 @@
|
|||||||
"Instruments de tr\u00e9sorerie": {
|
"Instruments de tr\u00e9sorerie": {
|
||||||
"account_number": "52"
|
"account_number": "52"
|
||||||
},
|
},
|
||||||
"Caisse": {
|
"53-Caisse": {
|
||||||
"account_type": "Cash",
|
"account_type": "Cash",
|
||||||
"account_number": "53"
|
"Caisse": {
|
||||||
|
"account_type": "Cash",
|
||||||
|
"account_number": "530"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"R\u00e9gies d'avance et accr\u00e9ditifs": {
|
"R\u00e9gies d'avance et accr\u00e9ditifs": {
|
||||||
"account_number": "54"
|
"account_number": "54"
|
||||||
|
|||||||
Reference in New Issue
Block a user