Skip to content

Commit bdb07e7

Browse files
committed
BOP-99 マージミスにより変更が消えていたので、再度修正。
1 parent e3bb3c4 commit bdb07e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AndroidPOS/src/com/ricoh/pos/data/Product.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Product {
2626
private static String imageStorageFolder = "/Ricoh";
2727

2828
public Product(String code, String name, String category, long originalCost, long price) {
29-
this(code, category, name, originalCost, price, 0);
29+
this(code, name, category, originalCost, price, 0);
3030
}
3131

3232
public Product(String code, String name, String category, long originalCost, long price, int stock) {

0 commit comments

Comments
 (0)