Skip to content

Commit

Permalink
Fix DatiContratto su DatiDocumentiCorrelati
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebuso committed Mar 2, 2022
1 parent 98b1095 commit dfda94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codifiche/TipoDocumentoCorrelato.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
abstract class TipoDocumentoCorrelato
{
const OrdineAcquisto = 'DatiOrdineAcquisto';
const Contratto = 'DatiDocumentoCorrelato';
const Contratto = 'DatiContratto';
const Convenzione = 'DatiConvenzione';
const Ricezione = 'DatiRicezione';
const FattureCollegate = 'DatiFattureCollegate';
Expand Down

0 comments on commit dfda94c

Please sign in to comment.