product api

This commit is contained in:
2023-12-29 17:09:58 +00:00
parent cab75818b7
commit 1b34fdabb0
4 changed files with 36 additions and 5 deletions
@@ -487,7 +487,7 @@ public final class ProductsEditor extends javax.swing.JPanel implements EditorRe
myprod[28] = m_UomModel.getSelectedKey();
myprod[29] = Formats.TIMESTAMP.parseValue(m_jdate.getText());
myprod[30] = m_jInCatalog.isSelected();
myprod [30] = m_jInCatalog.isSelected();
myprod[31] = Formats.INT.parseValue(m_jCatalogOrder.getText());
if (m_jName.getText().contains("&")) {