Skip to content
Snippets Groups Projects

#280 - just a dollar lost - 6.4.0 and 6.5.0

Merged #280 - just a dollar lost - 6.4.0 and 6.5.0
Merged Satish requested to merge satish.dvnk/vtigercrm:280 into master

into file include/utils/InventoryUtils.php, inside function getAllTaxes(...) {...} at line 264, lost a dollar

if($mode == 'edit' && id != '') {

replace with

if($mode == 'edit' && $id != '') {

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading