Ignore:
Timestamp:
08/30/24 02:20:42 (4 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
a3ce071
Parents:
e90ba32
Message:

fix update/create petcares

add new field modify functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/Views/VetCenter/Index.cshtml

    re90ba32 r99d0ecc  
    3434            @Html.DisplayNameFor(model => model.workinghours)
    3535        </th>
     36        @*
    3637        <th>
    3738            @Html.DisplayNameFor(model => model.description)
    3839        </th>
     40        *@
    3941        <th>
    4042            @Html.DisplayNameFor(model => model.phonenumber)
     
    6466                @Html.DisplayFor(modelItem => item.workinghours)
    6567            </td>
    66             <td>
     68           @* <td>
    6769                @Html.DisplayFor(modelItem => item.description)
    6870            </td>
    69 
     71            *@
    7072            <td>
    7173                @Html.DisplayFor(modelItem => item.phonenumber)
Note: See TracChangeset for help on using the changeset viewer.