diff --git a/htdocs/boutique/livre/fiche.php b/htdocs/boutique/livre/fiche.php index 50e1adbc9c4..08edb9a6493 100644 --- a/htdocs/boutique/livre/fiche.php +++ b/htdocs/boutique/livre/fiche.php @@ -34,6 +34,7 @@ if ($action == 'add') $livre->annee = $annee; $livre->editeurid = $editeurid; $livre->description = $desc; + $livre->frais_de_port = $HTTP_POST_VARS["fdp"]; $id = $livre->create($user); } @@ -91,6 +92,7 @@ if ($action == 'update' && !$cancel) $livre->titre = $titre; $livre->ref = $ref; $livre->price = $price; + $livre->frais_de_port = $HTTP_POST_VARS["fdp"]; $livre->annee = $annee; $livre->editeurid = $editeurid; $livre->description = $desc; @@ -135,6 +137,10 @@ if ($action == 'create') print '