Skip to content

Commit

Permalink
kriolos.POS.Domain :: ProductStock Serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
poolborges committed Sep 24, 2023
1 parent 3c19b79 commit e491d3f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import com.openbravo.basic.BasicException;
import com.openbravo.data.loader.DataRead;
import com.openbravo.data.loader.SerializerRead;
import java.io.Serializable;
import java.util.Date;

/**
Expand All @@ -27,7 +28,9 @@
* Used in Product stock tab to display all this Product's
* location values
*/
public class ProductStock {
public class ProductStock implements Serializable{

private static final long serialVersionUID = 1L;

String pId;
String location;
Expand Down

0 comments on commit e491d3f

Please sign in to comment.