Fixing style errors.
This commit is contained in:
parent
66f6d1bfd4
commit
fc170c1081
@ -971,16 +971,16 @@ class AccountancyExport
|
|||||||
print $nature_piece.$separator;
|
print $nature_piece.$separator;
|
||||||
// RACI
|
// RACI
|
||||||
// if (! empty($line->subledger_account)) {
|
// if (! empty($line->subledger_account)) {
|
||||||
// if ($line->doc_type == 'supplier_invoice') {
|
// if ($line->doc_type == 'supplier_invoice') {
|
||||||
// $racine_subledger_account = '40';
|
// $racine_subledger_account = '40';
|
||||||
// } elseif ($line->doc_type == 'customer_invoice') {
|
// } elseif ($line->doc_type == 'customer_invoice') {
|
||||||
// $racine_subledger_account = '41';
|
// $racine_subledger_account = '41';
|
||||||
// } else {
|
// } else {
|
||||||
// $racine_subledger_account = '';
|
// $racine_subledger_account = '';
|
||||||
// }
|
// }
|
||||||
// } else {
|
// } else {
|
||||||
$racine_subledger_account = ''; // for records of type E leave this field blank
|
$racine_subledger_account = ''; // for records of type E leave this field blank
|
||||||
// }
|
// }
|
||||||
|
|
||||||
print $racine_subledger_account . $separator; // deprecated CPTG & CPTA use instead
|
print $racine_subledger_account . $separator; // deprecated CPTG & CPTA use instead
|
||||||
// MONT
|
// MONT
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user