Changeset 90511 in spip-zone
- Timestamp:
- Jun 25, 2015, 3:14:58 PM (4 years ago)
- Location:
- _plugins_/commandes/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/commandes/trunk/inc/commandes_echeances.php
r90506 r90511 51 51 $nb_paiements = 0; 52 52 53 if ( $transactions_commande = intval(sql_countsel(53 if (_DIR_PLUGIN_BANK and $transactions_commande = intval(sql_countsel( 54 54 'spip_transactions', 55 55 array('id_commande = '.$id_commande, 'statut = "ok"') -
_plugins_/commandes/trunk/paquet.xml
r90506 r90511 2 2 prefix="commandes" 3 3 categorie="divers" 4 version="1.6. 7"4 version="1.6.8" 5 5 etat="test" 6 6 compatibilite="[3.0.5;3.0.*]"
Note: See TracChangeset
for help on using the changeset viewer.