Changeset 52642 in spip-zone
- Timestamp:
- Oct 6, 2011, 8:14:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/stocks/stocks_pipelines.php
r50824 r52642 19 19 'nom' => 'quantite_produit', 20 20 'label' => '<:stocks:quantite_produit:>', 21 'defaut' => $quantite21 'defaut' => isset($quantite) ? $quantite : 0 22 22 ) 23 23 );
Note: See TracChangeset
for help on using the changeset viewer.