This commit is contained in:
Faustin 2022-09-29 14:56:10 +02:00
parent 800dab111b
commit b64f6fa415

View File

@ -79,7 +79,6 @@ $suffix = GETPOST("suffix", 'aZ09');
$source = GETPOST("source", 'alpha');
$ref = $REF = GETPOST("ref", 'alpha');
if (empty($source)) {
$source = 'proposal';
}