Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

削除済みエンティティでもIDだけは取得する余地を残したい #57

Open
izayoi256 opened this issue Feb 6, 2017 · 0 comments
Labels
enhancement New feature or request/機能追加
Milestone

Comments

@izayoi256
Copy link
Contributor

Eccube.Entity.Order.dcm.yml

        # 前略
        customer_id:
            type: integer
            nullable: true
        # 後略

Order.php

    // 前略
    protected $customer_id;

    /**
     * Get customer_id
     *
     * @return integer
     */
    public function getCustomerId()
    {
        return $this->customer_id;
    }
    // 後略
@nanasess nanasess transferred this issue from EC-CUBE/ec-cube Nov 11, 2019
@nanasess nanasess added the enhancement New feature or request/機能追加 label Nov 11, 2019
@nanasess nanasess added this to the 3.1.0 milestone Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request/機能追加
Projects
None yet
Development

No branches or pull requests

2 participants