Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-19 12:10:33
|
||||
compiled from "./templates/pedidos-distribucion.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:2118256839541c638940b597-47066605%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'e4b286fc3c4fee06df0b948d8f7aee9269c9499b' =>
|
||||
array (
|
||||
0 => './templates/pedidos-distribucion.tpl',
|
||||
1 => 1410130446,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '2118256839541c638940b597-47066605',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div class="grid_16" id="content">
|
||||
|
||||
<div class="grid_9" style="width:700px">
|
||||
<h1 class="compras">Pedidos :: Detalles
|
||||
<?php if ($_smarty_tpl->getVariable('info')->value['status']=="Pendiente"){?>
|
||||
:: Aprobación
|
||||
<?php }elseif($_smarty_tpl->getVariable('info')->value['status']=="Aprobado"){?>
|
||||
:: Distribución
|
||||
<?php }elseif($_smarty_tpl->getVariable('info')->value['status']=="Distribucion"){?>
|
||||
:: Autorización para Distribución
|
||||
<?php }elseif($_smarty_tpl->getVariable('info')->value['status']=="Autorizado"){?>
|
||||
:: Envío Orden de Compra
|
||||
<?php }elseif($_smarty_tpl->getVariable('info')->value['status']=="Sugerencia"){?>
|
||||
:: Obs. de Distribución
|
||||
<?php }?>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
<div class="grid_15" id="contenido">
|
||||
<?php $_template = new Smarty_Internal_Template("forms/detalles-pedido-distribucion.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
|
||||
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user