parte visual envios
This commit is contained in:
+1
-1
@@ -708,7 +708,7 @@ namespace compabetov2
|
||||
{
|
||||
List<DetalleEnvioModel> detallesEnvio = listaProductosEnvio();
|
||||
string responsable = responsablecb.Text.Equals("") ? loginPrincipal.usuario : responsablecb.Text;
|
||||
Envio envio = new Envio(-1, DateTime.Now.ToString(), "", "", responsable);
|
||||
Envio envio = new Envio(-1, DateTime.Now.ToString(), "", "", responsable,"","",total);
|
||||
if(detallesEnvio.Count > 0){
|
||||
if (service.crearEnvio(envio, detallesEnvio))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user