Dans un module, détecter que l'on est en facturation automatique

0000002526     -      04/10/2015

Il suffit d'ajouter en haut du code :

Zoom
if (billingEngine.Context == MercatorUi.Engine.Gescom.BillingEngine.ContextEnum.DeliveriesInvoicing)
{
    // on est dans la facturation automatique
}

 


 

Comment, dans un module, détecter que l'on est en facturation automatique ?