14 lines
551 B
Plaintext
14 lines
551 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/SitePAM.master" AutoEventWireup="true" CodeBehind="Fatture.aspx.cs" Inherits="PUB.PAM.Fatture" %>
|
|
|
|
<%@ Register Src="~/WebUserContols/mod_ER_fatture.ascx" TagPrefix="uc1" TagName="mod_ER_fatture" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<div class="container-fluid my-1 bg-light">
|
|
<div class="row p-2">
|
|
<div class="col my-1 px-0">
|
|
<uc1:mod_ER_fatture runat="server" id="mod_ER_fatture" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|