Limit number of places an unpaid bill can reserve
Limit the number of placeslots are counted when checking how many places an unpaid bill can reserve. This is done to limit the possibility for abuse by creating a bill with large number of places without any intent for paying it
-
242 242 243 243 if (retProp == null) { 244 244 String def = property.getDefaultvalue(); 245 if(def != null && !def.trim().isEmpty() && !def.trim().equals("0")) 245 if(def != null && !def.trim().isEmpty() && def.trim().equals("1")) -
Owner
Haistan C-koodarin :P
-
-
242 242 243 243 if (retProp == null) { 244 244 String def = property.getDefaultvalue(); 245 if(def != null && !def.trim().isEmpty() && !def.trim().equals("0")) 245 if(def != null && !def.trim().isEmpty() && def.trim().equals("1")) -
Owner
Eikun ei, vanha on c-tyylillä, uus erityylillä
-
-
242 242 243 243 if (retProp == null) { 244 244 String def = property.getDefaultvalue(); 245 if(def != null && !def.trim().isEmpty() && !def.trim().equals("0")) 245 if(def != null && !def.trim().isEmpty() && def.trim().equals("1")) -
Nyt se on konsistentisti joka paikassa samalla tavalla.
-
-
-
Status changed to merged
Toggle commit list
-
Please register or sign in to post a comment