Skip to content
Snippets Groups Projects
Commit 5e00fb8f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix sepa mandate translation

parent 78182ab5
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,10 @@ if ($action == 'builddoc' && $permissioncreate)
setEventMessages($object->error, $object->errors, 'errors');
$action='';
}
else
{
setEventMessages($langs->trans("FileGenerated"), null);
}
}
}
......
......@@ -70,6 +70,7 @@ SeeHere=See here
BackgroundColorByDefault=Default background color
FileRenamed=The file was successfully renamed
FileUploaded=The file was successfully uploaded
FileGenerated=The file was successfully generated
FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
NbOfEntries=Nb of entries
GoToWikiHelpPage=Read online help (Internet access needed)
......
......@@ -45,7 +45,7 @@ $result = restrictedArea($user, 'societe','','');
$id=GETPOST("id","int");
$ribid=GETPOST("ribid","int");
$action=GETPOST("action");
$action=GETPOST("action", 'alpha', 3);
$object = new Societe($db);
$object->fetch($socid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment