Generate document : DESCRIPTION for invoice (e_comm)

This commit is contained in:
sparkyx 2021-01-04 17:41:34 +01:00
parent a9d6970055
commit a4ed48354b

View file

@ -1206,6 +1206,8 @@ class Document
,[$p_array['ag_id']]);
return $description;
}
if ( isset($p_array['e_comm'])) {return $p_array['e_comm'] ; }
return "";
break;