Skip to content
Snippets Groups Projects

E-All opportunity to Project Mapping

Merged yogeshwar requested to merge yogeshwar/vtigercrm:295258_Opp_to_Pro_Map into foreall
1 unresolved thread

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
51 51 * @return <Array> list of mapping details
52 52 */
53 53 public function getMapping($editable = false) {
54 if (!$this->mapping) {
54 if (!property_exists($this,'mapping') || !$this->mapping) {
  • yogeshwar added 1 commit

    added 1 commit

    • 34fa5ab6 - E-All opportunity to Project Mapping

    Compare with previous version

  • Prasad mentioned in commit 1c8be7af

    mentioned in commit 1c8be7af

  • merged

  • Please register or sign in to reply
    Loading