Translation "Generated documents"

This commit is contained in:
Alexandre SPANGARO 2021-03-16 04:04:33 +01:00
parent 4fd24c6855
commit f8703a0691
2 changed files with 2 additions and 2 deletions

View File

@ -3241,7 +3241,7 @@ if ($action == 'create') {
print '<div class="fichecenter"><div class="fichehalfleft">';
/*
* Documents generes
* Generated documents
*/
$ref = dol_sanitizeFileName($object->ref);
$subdir = get_exdir($object->id, 2, 0, 0, $object, 'invoice_supplier').$ref;

View File

@ -1325,7 +1325,7 @@ if ($action == 'create' && $user->rights->projet->creer) {
print '<a name="builddoc"></a>'; // ancre
/*
* Documents generes
* Generated documents
*/
$filename = dol_sanitizeFileName($object->ref);
$filedir = $conf->projet->dir_output."/".dol_sanitizeFileName($object->ref);