X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcreate_recurrent_invoices.php;h=a8f817bbd0d4ca2035bc30def17bc6611eebcdf1;hb=1466764d49233238c6097c95341875be552d7487;hp=0db31150c409ca2d00228c16bafc1e53ae3d8a95;hpb=f3ad30fb41920d4a48dba31869d24410272afe23;p=fa-stable.git diff --git a/sales/create_recurrent_invoices.php b/sales/create_recurrent_invoices.php index 0db31150..a8f817bb 100644 --- a/sales/create_recurrent_invoices.php +++ b/sales/create_recurrent_invoices.php @@ -130,7 +130,7 @@ date_cells(_("Invoice date:"), 'date', ''); end_row(); end_table(); -start_table(TABLESTYLE, "width=70%"); +start_table(TABLESTYLE, "width='70%'"); $th = array(_("Description"), _("Template No"),_("Customer"),_("Branch")."/"._("Group"),_("Days"),_("Monthly"),_("Begin"),_("End"),_("Last Created"),""); table_header($th); $k = 0;