Changes

→‎Change subprice in database: fixed a little mistake in overloading function
Line 366: Line 366:     
<source lang="php">
 
<source lang="php">
function customfields_field_save_facturedet_vl (&$currentmodule, &$object, &$action, &$user, &$customfields, &$field, &$name) {
+
function customfields_field_save_facturedet_coefficient (&$currentmodule, &$object, &$action, &$user, &$customfields, &$field, &$name) {
 
     global $db; // allow to access database functions
 
     global $db; // allow to access database functions
 
   
 
   
439

edits