mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
ahora el pod puede ser negro estandar. Para presupuestos no importados, si no_envio_base no se añade
This commit is contained in:
@ -327,6 +327,9 @@ class Envios {
|
||||
|
||||
async updateTiradaBase() {
|
||||
|
||||
if($('#noEnvioBase').val() == 1)
|
||||
return;
|
||||
|
||||
const self = this;
|
||||
var peso_total_libro = this.get_peso_libro();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user