! -> Note
$ -> Affected files
+25-Jun-2008 Janusz Dobrowolski
+# Fixed bug 0000004, removed nested forms in supplier invoice/credit
+$ /purchasing/includes/ui/invoice_ui.inc
+
25-Jun-2008 Joe Hunt
# Fixed bug when updating/saving Tax Group Items
$ /includes/ui/ui_lists.inc
23-Jun-2008 Janusz Dobrowolski
+ Ajax additions to sales and purchasing modules
- /purchasing/po_receive_items.php
+$ /purchasing/po_receive_items.php
/purchasing/supplier_credit.php
/purchasing/supplier_credit_grns.php
/purchasing/supplier_invoice.php
/sales/customer_credit_invoice.php
/sales/allocations/customer_allocate.php
# Fixed edition of purchase order (bug #0000001)
- /purchasing/includes/ui/po_ui.inc
+$ /purchasing/includes/ui/po_ui.inc
! Improved client side allocation functions
$ /js/allocate.js
- /js/inserts.js
+ Optional coloured price_format()
- /js/utils.js
+$ /js/utils.js
+ /js/inserts.js
! Async update of locations selector
$ /includes/ui/ui_lists.inc
# Fixed warning on pages without default focus.
echo "</td></tr><tr><td>"; // ouer table
div_start('gl_items');
- start_form();
echo "<table width=100% $table_style>";
$dim = get_company_pref('use_dimension');
echo "</td></tr>";
end_table(); // outertable
- end_form();
div_end();
return $total_gl_value;
}
echo "</td></tr><tr><td>"; // outer table
div_start('grn_items');
- start_form();
echo "<table width=100% $table_style>";
$th = array(_("Delivery Sequence #"), _("Item"), _("Description"),
_("Quantity"), _("Price"), _("Line Value"));
label_row(_("Total"), price_format($total_grn_value),
"colspan=5 align=right", "nowrap align=right");
echo "</table>";
- end_form();
- div_end();
+ div_end();
echo "</td></tr>";
end_table(); // outertable