private void BillingEngine_HandlingLinkedDocLine(object sender, BillingEngine.HandlingLinkedDocLineEventArgs e)
{
    e.LignesARecordOpposite.Q = e.LignesVRecordSource.Q - e.Q_auto_transf - e.LignesVRecordSource.Q_RESERVE;
}