Changeset 107631 in spip-zone
- Timestamp:
- Nov 19, 2017, 3:02:08 PM (3 years ago)
- Location:
- _plugins_/stocks/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/stocks/trunk/paquet.xml
r107616 r107631 2 2 prefix="stocks" 3 3 categorie="divers" 4 version="0.1. 1"4 version="0.1.2" 5 5 etat="dev" 6 6 compatibilite="[3.0.1;3.2.*]" -
_plugins_/stocks/trunk/stocks_pipelines.php
r107618 r107631 11 11 12 12 if ($form == "editer_produit") { 13 $stock_default = lire_config('stocks/quantite_default'); 13 14 include_spip('inc/stocks'); 14 15 $id_produit = intval($flux['args']['args'][0]); … … 28 29 'nom' => 'quantite_produit', 29 30 'label' => '<:stocks:quantite_produit:>', 30 'defaut' => isset($quantite) ? $quantite : 031 'defaut' => isset($quantite) ? $quantite : $stock_default 31 32 ) 32 33 )
Note: See TracChangeset
for help on using the changeset viewer.