mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-17 16:21:30 +02:00
Added a basic show part info with new design. Not finished yet...
This commit is contained in:
parent
f8bd1458d3
commit
f0bea8ff4d
22 changed files with 7883 additions and 25 deletions
|
@ -15,7 +15,7 @@ use Doctrine\ORM\Mapping as ORM;
|
|||
* Class Orderdetail
|
||||
* @package App\Entity
|
||||
*
|
||||
* @ORM\Table("oderdetails")
|
||||
* @ORM\Table("orderdetails")
|
||||
* @ORM\Entity()
|
||||
*/
|
||||
class Orderdetail extends DBElement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue