Skip to content
  • Malcolm Blaney's avatar
    Added browser-shared-upload option to Browser module for max_upload · f0bb1bd9
    Malcolm Blaney authored
    on shared account, because otherwise it checks the current user's
    config. Decided to not allow rotating images on the share account
    either. Added autocomplete="off" to a number of forms because most
    of the time it just gets in the way of the jQuery UI autocomplete.
    Purchase module now leaves a space when there's no image available
    in combinedFormat so that the text lines up. Report module checks
    if group name description matches parent and displays the group
    name instead in this case. Stock module now shows percentage markup
    for wholesale and retail in the grid and product form and allows
    editing the markup to change the price. Fixed a bug in the Stock
    module that caused Cart module items to not get verified, because
    the Stock module was updating the Cart module with the order price
    in some cases and also providing a list of order prices. It now
    only sets and returns the current prices. Fixed an Account module
    bug: it was possible to open the Register Supplier dialog, then
    open Manage Accounts, and any username entered would be reported
    as available. Fixed a bug in the Base module, the empty string was
    being passed to Substitute as the group parameter, which would then
    use the current user's group instead. This caused problems in some
    Cron methods where different groups are assigned in a loop.
    f0bb1bd9