Correct Beginning Qty
@ -363,7 +363,7 @@
' </table>' +
' </div>' +
' <p>Beginning quantity: ' + KWHStockReceived["qty"] + '</p>' +
' <p>Beginning quantity: ' + ((KWHStockReceived == null) ? "0" : KWHStockReceived["qty"]) + '</p>' +
' <h3>Quantity Remaining in Warehouse: ' + KWHData["endingqty"] + '</h3>' +
' </div>';