Floreant POS 1.4 group Menu Items modifiers in kitchen receipt running in Java 1.8

Job ID: 30688188

Budget: $10 – $30 USD

I have a Floreant POS instance wich has Ticket Items and each Ticket Item has Ticket Item Modifiers.

By the moment, when I create an order with Ticket Items, the system is capable of group this Items by groups (food, snacks, etc) but when I put Modifiers in this order, the ticket item quantity doesnt sum.

I see that the merge function in Ticket.java see that the ticketItems doesnt has the same number of modifiers or if it has the same number of modifiers detect that the modifiers are not the same, so it returns a false and dont merge both ticketitems quantities.

I need to group number of Ticket tem Modifiers.

In images there is in green rectangle the Ticket Item Modifiers and in purple rectangle the Ticket Item.