Differentiate title for customer and supplier orders/invoices.
This commit is contained in:
parent
73b2e0bd01
commit
2d50cc92b9
@ -30,7 +30,7 @@ $linkedObjectBlock = $GLOBALS['linkedObjectBlock'];
|
|||||||
|
|
||||||
$langs->load("orders");
|
$langs->load("orders");
|
||||||
echo '<br>';
|
echo '<br>';
|
||||||
print_titre($langs->trans('RelatedOrders'));
|
print_titre($langs->trans('RelatedCustomerOrders'));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<table class="noborder allwidth">
|
<table class="noborder allwidth">
|
||||||
|
|||||||
@ -30,8 +30,7 @@ $linkedObjectBlock = $GLOBALS['linkedObjectBlock'];
|
|||||||
|
|
||||||
$langs->load("bills");
|
$langs->load("bills");
|
||||||
echo '<br>';
|
echo '<br>';
|
||||||
if ($num > 1) print_titre($langs->trans("RelatedBills"));
|
print_titre($langs->trans("RelatedCustomerInvoices"));
|
||||||
else print_titre($langs->trans("RelatedBill"));
|
|
||||||
?>
|
?>
|
||||||
<table class="noborder allwidth">
|
<table class="noborder allwidth">
|
||||||
<tr class="liste_titre">
|
<tr class="liste_titre">
|
||||||
|
|||||||
@ -29,7 +29,7 @@ $linkedObjectBlock = $GLOBALS['linkedObjectBlock'];
|
|||||||
|
|
||||||
$langs->load("orders");
|
$langs->load("orders");
|
||||||
echo '<br>';
|
echo '<br>';
|
||||||
print_titre($langs->trans('RelatedOrders'));
|
print_titre($langs->trans('RelatedSupplierOrders'));
|
||||||
?>
|
?>
|
||||||
<table class="noborder allwidth">
|
<table class="noborder allwidth">
|
||||||
<tr class="liste_titre">
|
<tr class="liste_titre">
|
||||||
|
|||||||
@ -29,8 +29,7 @@ $linkedObjectBlock = $GLOBALS['linkedObjectBlock'];
|
|||||||
|
|
||||||
$langs->load("bills");
|
$langs->load("bills");
|
||||||
echo '<br>';
|
echo '<br>';
|
||||||
if ($num > 1) print_titre($langs->trans("RelatedBills"));
|
print_titre($langs->trans("RelatedSupplierInvoices"));
|
||||||
else print_titre($langs->trans("RelatedBill"));
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<table class="noborder allwidth">
|
<table class="noborder allwidth">
|
||||||
|
|||||||
@ -294,6 +294,8 @@ TotalOfTwoDiscountMustEqualsOriginal=Total of two new discount must be equal to
|
|||||||
ConfirmRemoveDiscount=Are you sure you want to remove this discount ?
|
ConfirmRemoveDiscount=Are you sure you want to remove this discount ?
|
||||||
RelatedBill=Related invoice
|
RelatedBill=Related invoice
|
||||||
RelatedBills=Related invoices
|
RelatedBills=Related invoices
|
||||||
|
RelatedCustomerInvoices=Related customer invoices
|
||||||
|
RelatedSupplierInvoices=Related supplier invoices
|
||||||
LatestRelatedBill=Latest related invoice
|
LatestRelatedBill=Latest related invoice
|
||||||
WarningBillExist=Warning, one or more invoice already exist
|
WarningBillExist=Warning, one or more invoice already exist
|
||||||
|
|
||||||
|
|||||||
@ -102,6 +102,8 @@ ClassifyBilled=Classify billed
|
|||||||
ComptaCard=Accountancy card
|
ComptaCard=Accountancy card
|
||||||
DraftOrders=Draft orders
|
DraftOrders=Draft orders
|
||||||
RelatedOrders=Related orders
|
RelatedOrders=Related orders
|
||||||
|
RelatedCustomerOrders=Related customer orders
|
||||||
|
RelatedSupplierOrders=Related supplier orders
|
||||||
OnProcessOrders=In process orders
|
OnProcessOrders=In process orders
|
||||||
RefOrder=Ref. order
|
RefOrder=Ref. order
|
||||||
RefCustomerOrder=Ref. customer order
|
RefCustomerOrder=Ref. customer order
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user