Skip to content
Snippets Groups Projects
Commit 8d444cd6 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Task #8618: Some fixes

parent 07edf7be
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,6 @@ if ($_GET["action"] == 'setdoc')
}
// On active le modele
$type='supplier_order';
$sql_del = "DELETE FROM ".MAIN_DB_PREFIX."document_model";
$sql_del.= " WHERE nom = '".$_GET["value"]."'";
$sql_del.= " AND type = '".$_GET["type"]."'";
......@@ -465,7 +464,6 @@ print '</tr>'."\n";
clearstatcache();
$handle=opendir($dir);
print 'xxx='.$conf->global->INVOICE_SUPPLIER_ADDON_PDF;
$var=true;
while (($file = readdir($handle))!==false)
{
......
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