más cambios ahora funciona el tema de las facturas pero no el emailer
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
public int Id { get; set; }
|
||||
|
||||
public Proveedor Proveedor { get; set; }
|
||||
|
||||
|
||||
public List<Lote> Lotes = new List<Lote>();
|
||||
public void AñadirLote(Lote lote)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user