mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Resuelto bug que no actualiza el input del precio del pliego
This commit is contained in:
@ -482,7 +482,7 @@
|
||||
$('#pesoPorPliego').val(value);
|
||||
let value2 = parseFloat($("#precioTonelada").val()) *value/1E6;
|
||||
value2 = value2.toFixed(6);
|
||||
$('#precioPliego').val(value2);
|
||||
$('#preciopliego').val(value2);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user