WebERP 3.08 Bug

ERP Trackbacks (0)

WebERP 3.08 has a bug in Stocks.php which makes entering new inventory items impossible if more than one category available.

Here a quick fix:

In order to get 3.08 working with stock item entry, just comment out the small amount of javascript near the top of the Stocks.php script. However, if you are using additional stock category properties, then to see them, you will have to re-enter that part number to be able to add them.

Code:

<script LANGUAGE="JavaScript">
  function ReloadForm(form)
  {
    document.ItemForm.submit.click();
    //var val=ItemForm.StockID.value;
    self.location='Stocks.php?&StockID=' + ItemForm.StockID.value;
  }
</script>

Blog Update

General Trackbacks (0)
I have updated this blog's theme to make reading a more pleasant experience. Furthermore, the new theme allows for some better integration of new features whether or not part of the blog engine.