#2417: Opération payée : dans HISTO impress_rec.inc.php

This commit is contained in:
sparkyx 2025-06-21 17:58:22 +02:00
parent 6f2cb34e6e
commit a48140d3cc
6 changed files with 229 additions and 23 deletions

View file

@ -365,6 +365,8 @@ $path = array(
,"category_card_definition"=>"ajax_category_card_definition"
// activate plugin for a profile
,'activate_plugin'=>'ajax_activate_plugin'
// set the operation paid or unpaid
, 'payment_status'=>'ajax_payment_status'
) ;
if (array_key_exists($op, $path)) {