Update sellsjournal.php
This commit is contained in:
parent
f88646d954
commit
9fc83ca011
@ -271,7 +271,7 @@ if ($action == 'export_csv')
|
|||||||
$sell_journal = $conf->global->ACCOUNTING_SELL_JOURNAL;
|
$sell_journal = $conf->global->ACCOUNTING_SELL_JOURNAL;
|
||||||
|
|
||||||
header('Content-Type: text/csv');
|
header('Content-Type: text/csv');
|
||||||
if ($conf->global->EXPORT_PREFIX)
|
if ($conf->global->EXPORT_PREFIX_SPEC)
|
||||||
$filename=$conf->global->EXPORT_PREFIX_SPEC."_"."journal_ventes.csv";
|
$filename=$conf->global->EXPORT_PREFIX_SPEC."_"."journal_ventes.csv";
|
||||||
else
|
else
|
||||||
$filename="journal_ventes.csv";
|
$filename="journal_ventes.csv";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user