Changeset 107110 in spip-zone
- Timestamp:
- Oct 23, 2017, 10:14:48 AM (4 years ago)
- Location:
- _plugins_/paniers/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/paniers/trunk/action/remplir_panier.php
r107109 r107110 30 30 31 31 // retirer un objet du panier 32 if(isset($negatif) ) {32 if(isset($negatif) && $negatif) { 33 33 $quantite = $paniers_arrondir_quantite(-1 * $quantite, $objet, $id_objet); 34 34 } -
_plugins_/paniers/trunk/paquet.xml
r106774 r107110 2 2 prefix="paniers" 3 3 categorie="divers" 4 version="1.3. 1"4 version="1.3.2" 5 5 etat="test" 6 6 compatibilite="[3.0.0;3.2.*]" … … 32 32 <pipeline nom="insert_head_css" inclure="paniers_pipelines.php" /> <!-- css pages publiques --> 33 33 <pipeline nom="post_edition" inclure="paniers_pipelines.php" /> 34 <pipeline nom="remplir_panier" action="" /> 34 35 <pipeline nom="panier2commande_prix" action="" /> 35 36
Note: See TracChangeset
for help on using the changeset viewer.