order api
This commit is contained in:
@@ -325,7 +325,7 @@
|
||||
<dependency>
|
||||
<groupId>com.unicenta</groupId>
|
||||
<artifactId>unicenta-plugins</artifactId>
|
||||
<version>1.2.3-SNAPSHOT</version>
|
||||
<version>1.2.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gluonhq</groupId>
|
||||
|
||||
@@ -76,7 +76,7 @@ public class JTicketsBagShared extends JTicketsBag {
|
||||
@Override
|
||||
public void activate() {
|
||||
|
||||
log.info("Loading Sales screen! "+this.getClass());
|
||||
log.debug("Loading Sales screen! "+this.getClass());
|
||||
|
||||
SwingWorker<String, String> reloadLayaway = new SwingWorker<>() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user