Update orderstoinvoice.php

This commit is contained in:
Frédéric FRANCE 2019-11-26 18:29:52 +01:00 committed by GitHub
parent c7e8194df9
commit b104133f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -630,7 +630,7 @@ if (($action != 'create' && $action != 'add') && !$error) {
$db->free($resql);
} else {
print dol_print_error($db);
dol_print_error($db);
}
}