From 67367eb2b423b6b48eb96228dfee4196d100854e Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Sat, 26 Apr 2025 23:59:00 +0000 Subject: [PATCH] morebugfix --- hesabixCore/src/Entity/HesabdariDoc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hesabixCore/src/Entity/HesabdariDoc.php b/hesabixCore/src/Entity/HesabdariDoc.php index f800955..cc90dd9 100644 --- a/hesabixCore/src/Entity/HesabdariDoc.php +++ b/hesabixCore/src/Entity/HesabdariDoc.php @@ -50,7 +50,7 @@ class HesabdariDoc #[ORM\Column(length: 255, nullable: true)] private ?string $des = null; - #[ORM\Column(type: Types::DECIMAL, precision: 20, scale: 0, nullable: true)] + #[ORM\Column(type: Types::DECIMAL, precision: 30, scale: 0, nullable: true)] private ?string $amount = '0'; #[ORM\ManyToOne]