Skip to content
Snippets Groups Projects
Commit 58beac65 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: lost $msg

parent 10ded212
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ $langs->load('orders'); ...@@ -48,7 +48,7 @@ $langs->load('orders');
$langs->load('products'); $langs->load('products');
$sall=GETPOST("sall"); $sall=GETPOST("sall");
$mesg=GETPOST("mesg"); $mesg=(GETPOST("msg") ? GETPOST("msg") : GETPOST("mesg"));
$year=GETPOST("year"); $year=GETPOST("year");
$month=GETPOST("month"); $month=GETPOST("month");
$socid=GETPOST('socid'); $socid=GETPOST('socid');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment