Skip to content

Commit

Permalink
Acerto em fornecedores
Browse files Browse the repository at this point in the history
Acerto no controller fornecedor e acertos no template
  • Loading branch information
marcosvpinto committed Mar 2, 2013
1 parent 0b15664 commit c551454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion estoque/application/controllers/fornecedor.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function listing()
$tmpl = array ( 'table_open' => '<table id="tabela">' );
$this->table->set_template($tmpl);
$this->table->set_empty("&nbsp;");
$this->table->set_heading('Editar', 'CNPJ', 'Razão Social', 'Telefone', 'Excluir');
$this->table->set_heading('Editar', 'Inativar', 'CNPJ', 'Razão Social', 'Telefone');
$table_row = array();
foreach ($qry->result() as $fornecedor)
{
Expand Down
2 changes: 1 addition & 1 deletion estoque/application/views/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<h3>MVPDEV Sistemas Digitais</h3>
</div>

<h5>Controle de Estoque - Versão 4.0.7</h5>
<h5>Controle de Estoque - Versão 4.0.8</h5>

</div>

Expand Down

0 comments on commit c551454

Please sign in to comment.