X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fsales_deliveries_view.php;h=4ea1a8241aa8d770f7ef9e9d3a8b8aa123399da2;hb=dcbdc8355d7a31eddf501e676a3e29a501d73a1b;hp=c1dc48f8e859939109a13b160738c4100611ea44;hpb=b956923926de6b7eecf57510cf86857354cac1b3;p=fa-stable.git diff --git a/sales/inquiry/sales_deliveries_view.php b/sales/inquiry/sales_deliveries_view.php index c1dc48f8..4ea1a824 100644 --- a/sales/inquiry/sales_deliveries_view.php +++ b/sales/inquiry/sales_deliveries_view.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; @@ -237,7 +237,7 @@ $cols = array( _("Due By") => 'date', _("Delivery Total") => array('type'=>'amount', 'ord'=>''), _("Currency") => array('align'=>'center'), - submit('BatchInvoice','Batch Inv', false) + submit('BatchInvoice',_("Batch"), false, _("Batch Invoicing")) => array('insert'=>true, 'fun'=>'batch_checkbox', 'align'=>'center'), array('insert'=>true, 'fun'=>'edit_link'), array('insert'=>true, 'fun'=>'invoice_link'), @@ -259,6 +259,8 @@ if (get_post('SearchOrders')) { $table->set_sql($sql); $table->set_columns($cols); } +//$table->width = "92%"; + start_form(); display_db_pager($table);