Helps add items to your bazaar quicker by auto filling Qty and price when clicked
< Feedback on Cake's autofiller
I changed line 1682.
Original: input.value = price;
Modified: input.value = Math.round(price);
This returns a whole number instead of a decimal.
Can you please reconfigure the script to either round or truncate the bazaar prices so that there are no decimals?