There was an error while loading. Please reload this page.
1 parent e3bb3c4 commit bdb07e7Copy full SHA for bdb07e7
1 file changed
AndroidPOS/src/com/ricoh/pos/data/Product.java
@@ -26,7 +26,7 @@ public class Product {
26
private static String imageStorageFolder = "/Ricoh";
27
28
public Product(String code, String name, String category, long originalCost, long price) {
29
- this(code, category, name, originalCost, price, 0);
+ this(code, name, category, originalCost, price, 0);
30
}
31
32
public Product(String code, String name, String category, long originalCost, long price, int stock) {
0 commit comments