diff --git a/.env.example b/.env.example index 8537fbc..39796b8 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ HOST="rms.witel.ir" -NEXT_PUBLIC_VERSION="1.3.7" +NEXT_PUBLIC_VERSION="1.3.8" NEXT_PUBLIC_API_URL="https://rms.witel.ir" NEXT_PUBLIC_MAPTILE_ENDPOINT="https://rmsmap.rmto.ir/141map" \ No newline at end of file diff --git a/src/components/dashboard/damages/operator/OperatorList.jsx b/src/components/dashboard/damages/operator/OperatorList.jsx index 54a1152..4fdac6e 100644 --- a/src/components/dashboard/damages/operator/OperatorList.jsx +++ b/src/components/dashboard/damages/operator/OperatorList.jsx @@ -432,7 +432,7 @@ const OperatorList = () => { size: 50, columns: [ { - header: "مبلغ فیش (ریال)", + header: "مبلغ فاکتور (ریال)", id: "final_amount", enableColumnFilter: false, grow: false,