Merge pull request #371 from roadster31/coupons

Coupons
This commit is contained in:
Manuel Raynaud
2014-05-05 10:58:59 +02:00
46 changed files with 1094 additions and 1152 deletions

View File

@@ -502,6 +502,7 @@ try {
} catch (Exception $e) {
echo "error : ".$e->getMessage()."\n";
echo $e->getTraceAsString();
$con->rollBack();
}