X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fallocation_cart.inc;h=c60c88fe2cffe40bc3f229e0f95388519e14b5db;hb=fc24ee893402902fc58632dabb5d7c2594e191d0;hp=2821fe5fe7874786443bb72f0a65ea0e50c669c7;hpb=2e570d1c62dd7775213cfffe3cf1ab186b94117f;p=fa-stable.git diff --git a/includes/ui/allocation_cart.inc b/includes/ui/allocation_cart.inc index 2821fe5f..c60c88fe 100644 --- a/includes/ui/allocation_cart.inc +++ b/includes/ui/allocation_cart.inc @@ -284,7 +284,7 @@ function show_allocatable($show_totals) { { if ($cart->currency != $cart->person_curr) display_heading(sprintf(_("Allocated amounts in %s:"), $cart->person_curr)); - start_table(TABLESTYLE, "width=60%"); + start_table(TABLESTYLE, "width='60%'"); $th = array(_("Transaction Type"), _("#"), $supp_ref ? _("Supplier Ref"): _("Ref"), _("Date"), _("Due Date"), _("Amount"), _("Other Allocations"), _("Left to Allocate"), _("This Allocation"),'','');