Commit aa65c8e6 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 577703b4
...@@ -133,7 +133,7 @@ async function updateVars(name) { ...@@ -133,7 +133,7 @@ async function updateVars(name) {
let lastData = lastFile[lastFile.length - 2] let lastData = lastFile[lastFile.length - 2]
let lp=name.split('_')[3].replace('Lp','') let lp=name.split('_')[3].replace('Lp','')
lp=parseInt(lp)/100 lp=parseInt(lp)/100
let qty=lp let qty=0.01
// if (name.includes('Lp1')) // if (name.includes('Lp1'))
// qty=0.01 // qty=0.01
// else if (name.includes('Lp2')) // else if (name.includes('Lp2'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment