@@ -153,7 +153,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jpos</groupId>
|
||||
<artifactId>jpos</artifactId>
|
||||
<version>2.0.10</version>
|
||||
<version>2.1.9</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
@@ -325,7 +325,7 @@
|
||||
<dependency>
|
||||
<groupId>com.unicenta</groupId>
|
||||
<artifactId>unicenta-plugins</artifactId>
|
||||
<version>1.2.4</version>
|
||||
<version>1.2.5-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gluonhq</groupId>
|
||||
@@ -391,6 +391,11 @@
|
||||
<version>2.1.3</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.8.9</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/junit/junit -->
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
||||
@@ -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("&")) {
|
||||
|
||||
@@ -336,7 +336,7 @@ CREATE TABLE `products` (
|
||||
`stockunits` double NOT NULL default '0',
|
||||
`printto` varchar(255) default '1',
|
||||
`supplier` varchar(255) default NULL,
|
||||
`uom` varchar(255) default '0',
|
||||
`uom` varchar(255) default '0',
|
||||
`memodate` datetime default '2018-01-01 00:00:01',
|
||||
|
||||
PRIMARY KEY ( `id` ),
|
||||
|
||||
Reference in New Issue
Block a user