X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fallocation_cart.inc;h=c60c88fe2cffe40bc3f229e0f95388519e14b5db;hb=22486f7826944e00937e7ccceab1a927c94d8f6a;hp=2821fe5fe7874786443bb72f0a65ea0e50c669c7;hpb=0354fb9befaf2f59c679d13779d75b109784bf46;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"),'','');